RequestParameterValidation¶
-
class
oci.apigateway.models.
RequestParameterValidation
(**kwargs)¶ Bases:
object
Common parameter validation properties.
Methods
__init__
(**kwargs)Initializes a new RequestParameterValidation object with values from keyword arguments. Attributes
name
[Required] Gets the name of this RequestParameterValidation. -
__init__
(**kwargs)¶ Initializes a new RequestParameterValidation 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 RequestParameterValidation.
-
name
¶ [Required] Gets the name of this RequestParameterValidation. Parameter name.
Returns: The name of this RequestParameterValidation. Return type: str
-