SdkLanguageOptionalParametersAllowedValue¶
-
class
oci.apigateway.models.
SdkLanguageOptionalParametersAllowedValue
(**kwargs)¶ Bases:
object
Allowed value object.
Methods
__init__
(**kwargs)Initializes a new SdkLanguageOptionalParametersAllowedValue object with values from keyword arguments. Attributes
description
Gets the description of this SdkLanguageOptionalParametersAllowedValue. name
Gets the name of this SdkLanguageOptionalParametersAllowedValue. -
__init__
(**kwargs)¶ Initializes a new SdkLanguageOptionalParametersAllowedValue 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 SdkLanguageOptionalParametersAllowedValue.
- description (str) – The value to assign to the description property of this SdkLanguageOptionalParametersAllowedValue.
-
description
¶ Gets the description of this SdkLanguageOptionalParametersAllowedValue. Description for the allowed value.
Returns: The description of this SdkLanguageOptionalParametersAllowedValue. Return type: str
-
name
¶ Gets the name of this SdkLanguageOptionalParametersAllowedValue. Name of the allowed value.
Returns: The name of this SdkLanguageOptionalParametersAllowedValue. Return type: str
-