CreateCachePolicyResult constructor

CreateCachePolicyResult({
  1. CachePolicy? cachePolicy,
  2. String? eTag,
  3. String? location,
})

Implementation

CreateCachePolicyResult({
  this.cachePolicy,
  this.eTag,
  this.location,
});