RenameQueryParameterPolicy¶
-
class
oci.apigateway.models.
RenameQueryParameterPolicy
(**kwargs)¶ Bases:
object
Rename parameters on the query string as they pass through the gateway.
Methods
__init__
(**kwargs)Initializes a new RenameQueryParameterPolicy object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RenameQueryParameterPolicy. -
__init__
(**kwargs)¶ Initializes a new RenameQueryParameterPolicy 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.RenameQueryParameterPolicyItem]) – The value to assign to the items property of this RenameQueryParameterPolicy.
-
items
¶ [Required] Gets the items of this RenameQueryParameterPolicy. The list of query parameters.
Returns: The items of this RenameQueryParameterPolicy. Return type: list[oci.apigateway.models.RenameQueryParameterPolicyItem]
-