SubscriptionCollection¶
-
class
oci.self.models.SubscriptionCollection(**kwargs)¶ Bases:
objectResults of a subscription search. Contains both SubscriptionSummary items and other information, such as metadata.
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.self.models.SubscriptionSummary]) – The value to assign to the items property of this SubscriptionCollection.
-
items¶ [Required] Gets the items of this SubscriptionCollection. List of subscriptions.
Returns: The items of this SubscriptionCollection. Return type: list[oci.self.models.SubscriptionSummary]
-