Backend Bucket Cdn Policy Cache Key Policy Response
data class BackendBucketCdnPolicyCacheKeyPolicyResponse(val includeHttpHeaders: List<String>, val queryStringWhitelist: List<String>)
Message containing what to include in the cache key for a request for Cloud CDN.
Constructors
Link copied to clipboard
fun BackendBucketCdnPolicyCacheKeyPolicyResponse(includeHttpHeaders: List<String>, queryStringWhitelist: List<String>)