Show / Hide Table of Contents

Class ApiSpecificationRouteResponsePolicies

Behavior applied to any responses sent by the API for requests on this route.

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

Properties

HeaderTransformations

Declaration
[JsonProperty(PropertyName = "headerTransformations")]
public HeaderTransformationPolicy HeaderTransformations { get; set; }
Property Value
Type Description
HeaderTransformationPolicy

ResponseCacheStore

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