Show / Hide Table of Contents

Class LinkOutput

Link output.

Inheritance
object
BaseOutput
LinkOutput
Inherited Members
BaseOutput.Title
BaseOutput.Description
BaseOutput.IsSensitive
BaseOutput.Format
BaseOutput.Visible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class LinkOutput : BaseOutput

Properties

DisplayText

Declaration
[JsonProperty(PropertyName = "displayText")]
public string DisplayText { get; set; }
Property Value
Type Description
string

Display label abel for the URL.

Value

Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

URL/URI to display as a link.

In this article
Back to top