ApiSpecificationRouteResponsePolicies

class oci.apigateway.models.ApiSpecificationRouteResponsePolicies(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new ApiSpecificationRouteResponsePolicies object with values from keyword arguments.

Attributes

header_transformations Gets the header_transformations of this ApiSpecificationRouteResponsePolicies.
response_cache_store Gets the response_cache_store of this ApiSpecificationRouteResponsePolicies.
__init__(**kwargs)

Initializes a new ApiSpecificationRouteResponsePolicies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
header_transformations

Gets the header_transformations of this ApiSpecificationRouteResponsePolicies.

Returns:The header_transformations of this ApiSpecificationRouteResponsePolicies.
Return type:oci.apigateway.models.HeaderTransformationPolicy
response_cache_store

Gets the response_cache_store of this ApiSpecificationRouteResponsePolicies.

Returns:The response_cache_store of this ApiSpecificationRouteResponsePolicies.
Return type:oci.apigateway.models.ResponseCacheStorePolicy