ApiCollection

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

Bases: object

Collection of API summaries.

Methods

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

Attributes

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

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

[Required] Gets the items of this ApiCollection. API summaries.

Returns:The items of this ApiCollection.
Return type:list[oci.apigateway.models.ApiSummary]