RenameQueryParameterPolicyItem¶
-
class
oci.apigateway.models.
RenameQueryParameterPolicyItem
(**kwargs)¶ Bases:
object
The value will be a copy of the original value of the source parameter and will not be affected by any other transformation policies applied to that parameter.
Methods
__init__
(**kwargs)Initializes a new RenameQueryParameterPolicyItem object with values from keyword arguments. Attributes
to
[Required] Gets the to of this RenameQueryParameterPolicyItem. -
__init__
(**kwargs)¶ Initializes a new RenameQueryParameterPolicyItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - _from (str) – The value to assign to the _from property of this RenameQueryParameterPolicyItem.
- to (str) – The value to assign to the to property of this RenameQueryParameterPolicyItem.
-
to
¶ [Required] Gets the to of this RenameQueryParameterPolicyItem. The new name of the query parameter. This name must be unique across transformation policies.
Returns: The to of this RenameQueryParameterPolicyItem. Return type: str
-