Show / Hide Table of Contents

Class SetQueryParameterPolicy

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

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

Properties

Items

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

The list of query parameters.

Remarks

Required

In this article
Back to top