Class EnumVariable
Enum variable.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class EnumVariable : BaseVariable
Properties
CanAllowMultiple
Declaration
[JsonProperty(PropertyName = "canAllowMultiple")]
public bool? CanAllowMultiple { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | True if multiple selections are allowed for this variable. |
DefaultValue
Declaration
[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | efault value selected if the user does not provide a value. |
EnumValue
Declaration
[JsonProperty(PropertyName = "enumValue")]
public List<string> EnumValue { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of allowed string values for this enum variable. |