BackendServiceCdnPolicyNegativeCachingPolicy constructor

BackendServiceCdnPolicyNegativeCachingPolicy({
  1. int? code,
  2. int? ttl,
})

Implementation

BackendServiceCdnPolicyNegativeCachingPolicy({this.code, this.ttl})
  : super(fullyQualifiedName);