UsageLimitCollection

class oci.usage.models.UsageLimitCollection(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new UsageLimitCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this UsageLimitCollection.
__init__(**kwargs)

Initializes a new UsageLimitCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.usage.models.UsageLimitSummary]) – The value to assign to the items property of this UsageLimitCollection.
items

[Required] Gets the items of this UsageLimitCollection. The list of usage limits.

Returns:The items of this UsageLimitCollection.
Return type:list[oci.usage.models.UsageLimitSummary]