SubscriptionCollection

class oci.tenant_manager_control_plane.models.SubscriptionCollection(**kwargs)

Bases: object

List of subscription summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.tenant_manager_control_plane.models.SubscriptionSummary]) – The value to assign to the items property of this SubscriptionCollection.
items

[Required] Gets the items of this SubscriptionCollection. Array containing subscription summary items.

Returns:The items of this SubscriptionCollection.
Return type:list[oci.tenant_manager_control_plane.models.SubscriptionSummary]