LimitsIncreaseRequestCollection

class oci.limits_increase.models.LimitsIncreaseRequestCollection(**kwargs)

Bases: object

Collection of property summaries for limit increase requests.

Methods

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

Attributes

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

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

Parameters:items (list[oci.limits_increase.models.LimitsIncreaseRequestSummary]) – The value to assign to the items property of this LimitsIncreaseRequestCollection.
items

[Required] Gets the items of this LimitsIncreaseRequestCollection. A list of limit increase requests.

Returns:The items of this LimitsIncreaseRequestCollection.
Return type:list[oci.limits_increase.models.LimitsIncreaseRequestSummary]