SubscriberCollection

class oci.apigateway.models.SubscriberCollection(**kwargs)

Bases: object

Collection of subscriber summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.apigateway.models.SubscriberSummary]) – The value to assign to the items property of this SubscriberCollection.
items

[Required] Gets the items of this SubscriberCollection. Subscriber summaries.

Returns:The items of this SubscriberCollection.
Return type:list[oci.apigateway.models.SubscriberSummary]