UpdateCachePolicyResult constructor

UpdateCachePolicyResult({
  1. CachePolicy? cachePolicy,
  2. String? eTag,
})

Implementation

UpdateCachePolicyResult({
  this.cachePolicy,
  this.eTag,
});