$CdnPolicyNegativeCachingPolicy.fromJson constructor
$CdnPolicyNegativeCachingPolicy.fromJson(
- Map json_
Implementation
$CdnPolicyNegativeCachingPolicy.fromJson(core.Map json_)
: this(
code: json_['code'] as core.int?,
ttl: json_['ttl'] as core.int?,
);