QueryParameterValidationItem

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

Bases: object

Query parameter validation properties.

Methods

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

Attributes

name [Required] Gets the name of this QueryParameterValidationItem.
required Gets the required of this QueryParameterValidationItem.
__init__(**kwargs)

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

Parameters:
  • required (bool) – The value to assign to the required property of this QueryParameterValidationItem.
  • name (str) – The value to assign to the name property of this QueryParameterValidationItem.
name

[Required] Gets the name of this QueryParameterValidationItem. Parameter name.

Returns:The name of this QueryParameterValidationItem.
Return type:str
required

Gets the required of this QueryParameterValidationItem. Determines if the parameter is required in the request.

Returns:The required of this QueryParameterValidationItem.
Return type:bool