FilterQueryParameterPolicyItem¶
-
class
oci.apigateway.models.
FilterQueryParameterPolicyItem
(**kwargs)¶ Bases:
object
A query parameter to drop (with BLOCK) or pass through (with ALLOW).
Methods
__init__
(**kwargs)Initializes a new FilterQueryParameterPolicyItem object with values from keyword arguments. Attributes
name
[Required] Gets the name of this FilterQueryParameterPolicyItem. -
__init__
(**kwargs)¶ Initializes a new FilterQueryParameterPolicyItem 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 FilterQueryParameterPolicyItem.
-
name
¶ [Required] Gets the name of this FilterQueryParameterPolicyItem. The case-sensitive name of the query parameter.
Returns: The name of this FilterQueryParameterPolicyItem. Return type: str
-