GetCachePolicyConfigResult constructor

GetCachePolicyConfigResult({
  1. CachePolicyConfig? cachePolicyConfig,
  2. String? eTag,
})

Implementation

GetCachePolicyConfigResult({
  this.cachePolicyConfig,
  this.eTag,
});