Class CompartmentVariable
Compartment variable.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CompartmentVariable : BaseVariable
Properties
DefaultValue
Declaration
[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Default value. |
DependsOn
Declaration
[JsonProperty(PropertyName = "dependsOn")]
public object DependsOn { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Depends On object. |