SubscriptionCollection

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

Bases: object

Subscription list

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.osp_gateway.models.SubscriptionSummary]) – The value to assign to the items property of this SubscriptionCollection.
items

[Required] Gets the items of this SubscriptionCollection. Subscription list elements

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