CreateCachePolicyResult constructor
CreateCachePolicyResult({
- CachePolicy? cachePolicy,
- String? eTag,
- String? location,
Implementation
CreateCachePolicyResult({
this.cachePolicy,
this.eTag,
this.location,
});