SdkLanguageTypeCollection

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

Bases: object

Collection of available SDK target languages.

Methods

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

Attributes

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

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

[Required] Gets the items of this SdkLanguageTypeCollection. SDK target language details.

Returns:The items of this SdkLanguageTypeCollection.
Return type:list[oci.apigateway.models.SdkLanguageTypeSummary]