Class AdditionalAssignedRegionCollection
List of regions assignments of a subscription
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class AdditionalAssignedRegionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<string> Items { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Array containing all regions in region assignments list of a subscription |
Remarks
Required