ListingSubscriptionsCollection

class oci.self.models.ListingSubscriptionsCollection(**kwargs)

Bases: object

Results of a subscription search. Contains both SubscriptionSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this ListingSubscriptionsCollection. List of subscriptions for particular listing.

Returns:The items of this ListingSubscriptionsCollection.
Return type:list[oci.self.models.ListingSubscriptionSummary]