Show / Hide Table of Contents

Class CompartmentVariable

Compartment variable.

Inheritance
object
BaseVariable
CompartmentVariable
Inherited Members
BaseVariable.Title
BaseVariable.Description
BaseVariable.IsRequired
BaseVariable.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 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.

In this article
Back to top