Show / Hide Table of Contents

Class RenameQueryParameterPolicy

Rename parameters on the query string as they pass through the gateway.

Inheritance
object
RenameQueryParameterPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class RenameQueryParameterPolicy

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RenameQueryParameterPolicyItem> Items { get; set; }
Property Value
Type Description
List<RenameQueryParameterPolicyItem>

The list of query parameters.

Remarks

Required

In this article
Back to top