SdkCollection

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

Bases: object

Collection of the existing SDKs.

Methods

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

Attributes

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

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

[Required] Gets the items of this SdkCollection. SDK summaries.

Returns:The items of this SdkCollection.
Return type:list[oci.apigateway.models.SdkSummary]