SetQueryParameterPolicy¶
-
class
oci.apigateway.models.
SetQueryParameterPolicy
(**kwargs)¶ Bases:
object
Set parameters on the query string as they pass through the gateway.
Methods
__init__
(**kwargs)Initializes a new SetQueryParameterPolicy object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SetQueryParameterPolicy. -
__init__
(**kwargs)¶ Initializes a new SetQueryParameterPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.apigateway.models.SetQueryParameterPolicyItem]) – The value to assign to the items property of this SetQueryParameterPolicy.
-
items
¶ [Required] Gets the items of this SetQueryParameterPolicy. The list of query parameters.
Returns: The items of this SetQueryParameterPolicy. Return type: list[oci.apigateway.models.SetQueryParameterPolicyItem]
-