Endpoint Delivery Rule
data class EndpointDeliveryRule(val cacheExpirationAction: EndpointDeliveryRuleCacheExpirationAction? = null, val cacheKeyQueryStringAction: EndpointDeliveryRuleCacheKeyQueryStringAction? = null, val cookiesConditions: List<EndpointDeliveryRuleCookiesCondition>? = null, val deviceCondition: EndpointDeliveryRuleDeviceCondition? = null, val httpVersionConditions: List<EndpointDeliveryRuleHttpVersionCondition>? = null, val modifyRequestHeaderActions: List<EndpointDeliveryRuleModifyRequestHeaderAction>? = null, val modifyResponseHeaderActions: List<EndpointDeliveryRuleModifyResponseHeaderAction>? = null, val name: String, val order: Int, val postArgConditions: List<EndpointDeliveryRulePostArgCondition>? = null, val queryStringConditions: List<EndpointDeliveryRuleQueryStringCondition>? = null, val remoteAddressConditions: List<EndpointDeliveryRuleRemoteAddressCondition>? = null, val requestBodyConditions: List<EndpointDeliveryRuleRequestBodyCondition>? = null, val requestHeaderConditions: List<EndpointDeliveryRuleRequestHeaderCondition>? = null, val requestMethodCondition: EndpointDeliveryRuleRequestMethodCondition? = null, val requestSchemeCondition: EndpointDeliveryRuleRequestSchemeCondition? = null, val requestUriConditions: List<EndpointDeliveryRuleRequestUriCondition>? = null, val urlFileExtensionConditions: List<EndpointDeliveryRuleUrlFileExtensionCondition>? = null, val urlFileNameConditions: List<EndpointDeliveryRuleUrlFileNameCondition>? = null, val urlPathConditions: List<EndpointDeliveryRuleUrlPathCondition>? = null, val urlRedirectAction: EndpointDeliveryRuleUrlRedirectAction? = null, val urlRewriteAction: EndpointDeliveryRuleUrlRewriteAction? = null)
Constructors
Link copied to clipboard
fun EndpointDeliveryRule(cacheExpirationAction: EndpointDeliveryRuleCacheExpirationAction? = null, cacheKeyQueryStringAction: EndpointDeliveryRuleCacheKeyQueryStringAction? = null, cookiesConditions: List<EndpointDeliveryRuleCookiesCondition>? = null, deviceCondition: EndpointDeliveryRuleDeviceCondition? = null, httpVersionConditions: List<EndpointDeliveryRuleHttpVersionCondition>? = null, modifyRequestHeaderActions: List<EndpointDeliveryRuleModifyRequestHeaderAction>? = null, modifyResponseHeaderActions: List<EndpointDeliveryRuleModifyResponseHeaderAction>? = null, name: String, order: Int, postArgConditions: List<EndpointDeliveryRulePostArgCondition>? = null, queryStringConditions: List<EndpointDeliveryRuleQueryStringCondition>? = null, remoteAddressConditions: List<EndpointDeliveryRuleRemoteAddressCondition>? = null, requestBodyConditions: List<EndpointDeliveryRuleRequestBodyCondition>? = null, requestHeaderConditions: List<EndpointDeliveryRuleRequestHeaderCondition>? = null, requestMethodCondition: EndpointDeliveryRuleRequestMethodCondition? = null, requestSchemeCondition: EndpointDeliveryRuleRequestSchemeCondition? = null, requestUriConditions: List<EndpointDeliveryRuleRequestUriCondition>? = null, urlFileExtensionConditions: List<EndpointDeliveryRuleUrlFileExtensionCondition>? = null, urlFileNameConditions: List<EndpointDeliveryRuleUrlFileNameCondition>? = null, urlPathConditions: List<EndpointDeliveryRuleUrlPathCondition>? = null, urlRedirectAction: EndpointDeliveryRuleUrlRedirectAction? = null, urlRewriteAction: EndpointDeliveryRuleUrlRewriteAction? = null)