LimitsIncreaseItemRequestCollection

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

Bases: object

Collection of property summaries for limit increase items within the indicated limit increase request.

Methods

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

Attributes

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

Initializes a new LimitsIncreaseItemRequestCollection 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.LimitsIncreaseItemRequestSummary]) – The value to assign to the items property of this LimitsIncreaseItemRequestCollection.
items

[Required] Gets the items of this LimitsIncreaseItemRequestCollection. List of limit increase items.

Returns:The items of this LimitsIncreaseItemRequestCollection.
Return type:list[oci.limits_increase.models.LimitsIncreaseItemRequestSummary]