Show / Hide Table of Contents

Class QueryParameterTransformationPolicy

A set of transformations to apply to query parameters that pass through the gateway.

Inheritance
object
QueryParameterTransformationPolicy
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 QueryParameterTransformationPolicy

Properties

FilterQueryParameters

Declaration
[JsonProperty(PropertyName = "filterQueryParameters")]
public FilterQueryParameterPolicy FilterQueryParameters { get; set; }
Property Value
Type Description
FilterQueryParameterPolicy

RenameQueryParameters

Declaration
[JsonProperty(PropertyName = "renameQueryParameters")]
public RenameQueryParameterPolicy RenameQueryParameters { get; set; }
Property Value
Type Description
RenameQueryParameterPolicy

SetQueryParameters

Declaration
[JsonProperty(PropertyName = "setQueryParameters")]
public SetQueryParameterPolicy SetQueryParameters { get; set; }
Property Value
Type Description
SetQueryParameterPolicy
In this article
Back to top