SdkLanguageTypes¶
-
class
oci.apigateway.models.
SdkLanguageTypes
(**kwargs)¶ Bases:
object
SDK target language details.
Methods
__init__
(**kwargs)Initializes a new SdkLanguageTypes object with values from keyword arguments. Attributes
description
Gets the description of this SdkLanguageTypes. display_name
Gets the display_name of this SdkLanguageTypes. name
[Required] Gets the name of this SdkLanguageTypes. parameters
Gets the parameters of this SdkLanguageTypes. version
[Required] Gets the version of this SdkLanguageTypes. -
__init__
(**kwargs)¶ Initializes a new SdkLanguageTypes 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 SdkLanguageTypes.
- display_name (str) – The value to assign to the display_name property of this SdkLanguageTypes.
- version (str) – The value to assign to the version property of this SdkLanguageTypes.
- description (str) – The value to assign to the description property of this SdkLanguageTypes.
- parameters (list[oci.apigateway.models.SdkLanguageOptionalParameters]) – The value to assign to the parameters property of this SdkLanguageTypes.
-
description
¶ Gets the description of this SdkLanguageTypes. Additional details.
Returns: The description of this SdkLanguageTypes. Return type: str
-
display_name
¶ Gets the display_name of this SdkLanguageTypes. Display name of the target programming language.
Returns: The display_name of this SdkLanguageTypes. Return type: str
-
name
¶ [Required] Gets the name of this SdkLanguageTypes. Name of the programming language.
Returns: The name of this SdkLanguageTypes. Return type: str
-
parameters
¶ Gets the parameters of this SdkLanguageTypes. List of optional configurations that can be used while generating SDK for the given target language.
Returns: The parameters of this SdkLanguageTypes. Return type: list[oci.apigateway.models.SdkLanguageOptionalParameters]
-
version
¶ [Required] Gets the version of this SdkLanguageTypes. Version string of the programming language defined in name.
Returns: The version of this SdkLanguageTypes. Return type: str
-