Show / Hide Table of Contents

Class UsageLimitCollection

The list of usage limit summary for the requested tenancy ID and subscription ID.

Inheritance
object
UsageLimitCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top