Backend Service Cdn Policy Negative Caching Policy Args
    data class BackendServiceCdnPolicyNegativeCachingPolicyArgs(val code: Output<Int>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<BackendServiceCdnPolicyNegativeCachingPolicyArgs> 
Specify CDN TTLs for response error codes.
Constructors
Link copied to clipboard
                fun BackendServiceCdnPolicyNegativeCachingPolicyArgs(code: Output<Int>? = null, ttl: Output<Int>? = null)