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