Class BooleanVariable
Boolean variable.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class BooleanVariable : BaseVariable
Properties
DefaultValue
Declaration
[JsonProperty(PropertyName = "defaultValue")]
public bool? DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | The default boolean value if none is provided. |