Get Backend Service Cdn Policy
data class GetBackendServiceCdnPolicy(val bypassCacheOnRequestHeaders: List<GetBackendServiceCdnPolicyBypassCacheOnRequestHeader>, val cacheKeyPolicies: List<GetBackendServiceCdnPolicyCacheKeyPolicy>, val cacheMode: String, val clientTtl: Int, val defaultTtl: Int, val maxTtl: Int, val negativeCaching: Boolean, val negativeCachingPolicies: List<GetBackendServiceCdnPolicyNegativeCachingPolicy>, val serveWhileStale: Int, val signedUrlCacheMaxAgeSec: Int)
Constructors
Link copied to clipboard
constructor(bypassCacheOnRequestHeaders: List<GetBackendServiceCdnPolicyBypassCacheOnRequestHeader>, cacheKeyPolicies: List<GetBackendServiceCdnPolicyCacheKeyPolicy>, cacheMode: String, clientTtl: Int, defaultTtl: Int, maxTtl: Int, negativeCaching: Boolean, negativeCachingPolicies: List<GetBackendServiceCdnPolicyNegativeCachingPolicy>, serveWhileStale: Int, signedUrlCacheMaxAgeSec: Int)