Class CopyableStringOutput
Copyable String output.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CopyableStringOutput : BaseOutput
Properties
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value of string that user can easily copy. |