Endpoint Global Delivery Rule
data class EndpointGlobalDeliveryRule(val cacheExpirationAction: EndpointGlobalDeliveryRuleCacheExpirationAction? = null, val cacheKeyQueryStringAction: EndpointGlobalDeliveryRuleCacheKeyQueryStringAction? = null, val modifyRequestHeaderActions: List<EndpointGlobalDeliveryRuleModifyRequestHeaderAction>? = null, val modifyResponseHeaderActions: List<EndpointGlobalDeliveryRuleModifyResponseHeaderAction>? = null, val urlRedirectAction: EndpointGlobalDeliveryRuleUrlRedirectAction? = null, val urlRewriteAction: EndpointGlobalDeliveryRuleUrlRewriteAction? = null)
Constructors
Link copied to clipboard
fun EndpointGlobalDeliveryRule(cacheExpirationAction: EndpointGlobalDeliveryRuleCacheExpirationAction? = null, cacheKeyQueryStringAction: EndpointGlobalDeliveryRuleCacheKeyQueryStringAction? = null, modifyRequestHeaderActions: List<EndpointGlobalDeliveryRuleModifyRequestHeaderAction>? = null, modifyResponseHeaderActions: List<EndpointGlobalDeliveryRuleModifyResponseHeaderAction>? = null, urlRedirectAction: EndpointGlobalDeliveryRuleUrlRedirectAction? = null, urlRewriteAction: EndpointGlobalDeliveryRuleUrlRewriteAction? = null)