Class VariableGroups
variable groups object.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class VariableGroups
Properties
Array
Declaration
[JsonProperty(PropertyName = "array")]
public Dictionary<string, VariableGroup> Array { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, VariableGroup> | Map of group names to their respective VariableGroup objects. |