Class UsageLimitCollection
The list of usage limit summary for the requested tenancy ID and subscription ID.
Inherited Members
Namespace: Oci.UsageService.Models
Assembly: OCI.DotNetSDK.Usage.dll
Syntax
public class UsageLimitCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<UsageLimitSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<UsageLimitSummary> | The list of usage limits. |
Remarks
Required