GetCachePolicyResult constructor

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

Implementation

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