Class ByolAllocationCollection
A list of BYOL Allocations.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class ByolAllocationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ByolAllocationSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ByolAllocationSummary> | A list of BYOL Allocations. |
Remarks
Required