SdkLanguageTypeSummary

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

Bases: object

SDK target language details.

Methods

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

Attributes

description Gets the description of this SdkLanguageTypeSummary.
display_name Gets the display_name of this SdkLanguageTypeSummary.
name [Required] Gets the name of this SdkLanguageTypeSummary.
parameters Gets the parameters of this SdkLanguageTypeSummary.
version [Required] Gets the version of this SdkLanguageTypeSummary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this SdkLanguageTypeSummary.
  • display_name (str) – The value to assign to the display_name property of this SdkLanguageTypeSummary.
  • version (str) – The value to assign to the version property of this SdkLanguageTypeSummary.
  • description (str) – The value to assign to the description property of this SdkLanguageTypeSummary.
  • parameters (list[oci.apigateway.models.SdkLanguageOptionalParameters]) – The value to assign to the parameters property of this SdkLanguageTypeSummary.
description

Gets the description of this SdkLanguageTypeSummary. Additional details.

Returns:The description of this SdkLanguageTypeSummary.
Return type:str
display_name

Gets the display_name of this SdkLanguageTypeSummary. Display name of the target programming language.

Returns:The display_name of this SdkLanguageTypeSummary.
Return type:str
name

[Required] Gets the name of this SdkLanguageTypeSummary. Name of the programming language.

Returns:The name of this SdkLanguageTypeSummary.
Return type:str
parameters

Gets the parameters of this SdkLanguageTypeSummary. List of optional configurations that can be used while generating SDK for the given target language.

Returns:The parameters of this SdkLanguageTypeSummary.
Return type:list[oci.apigateway.models.SdkLanguageOptionalParameters]
version

[Required] Gets the version of this SdkLanguageTypeSummary. Version string of the programming language defined in name.

Returns:The version of this SdkLanguageTypeSummary.
Return type:str