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