$CdnPolicyNegativeCachingPolicy constructor

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

Implementation

$CdnPolicyNegativeCachingPolicy({
  this.code,
  this.ttl,
});