GetBackendBucketCdnPolicy

data class GetBackendBucketCdnPolicy(val bypassCacheOnRequestHeaders: List<GetBackendBucketCdnPolicyBypassCacheOnRequestHeader>, val cacheKeyPolicies: List<GetBackendBucketCdnPolicyCacheKeyPolicy>, val cacheMode: String, val clientTtl: Int, val defaultTtl: Int, val maxTtl: Int, val negativeCaching: Boolean, val negativeCachingPolicies: List<GetBackendBucketCdnPolicyNegativeCachingPolicy>, val requestCoalescing: Boolean, val serveWhileStale: Int, val signedUrlCacheMaxAgeSec: Int)

Constructors

Link copied to clipboard
constructor(bypassCacheOnRequestHeaders: List<GetBackendBucketCdnPolicyBypassCacheOnRequestHeader>, cacheKeyPolicies: List<GetBackendBucketCdnPolicyCacheKeyPolicy>, cacheMode: String, clientTtl: Int, defaultTtl: Int, maxTtl: Int, negativeCaching: Boolean, negativeCachingPolicies: List<GetBackendBucketCdnPolicyNegativeCachingPolicy>, requestCoalescing: Boolean, serveWhileStale: Int, signedUrlCacheMaxAgeSec: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxTtl: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard