AnywhereCache constructor

AnywhereCache({
  1. String? admissionPolicy,
  2. String? anywhereCacheId,
  3. String? bucket,
  4. DateTime? createTime,
  5. String? id,
  6. bool? ingestOnWrite,
  7. String? kind,
  8. bool? pendingUpdate,
  9. String? selfLink,
  10. String? state,
  11. String? ttl,
  12. DateTime? updateTime,
  13. String? zone,
})

Implementation

AnywhereCache({
  this.admissionPolicy,
  this.anywhereCacheId,
  this.bucket,
  this.createTime,
  this.id,
  this.ingestOnWrite,
  this.kind,
  this.pendingUpdate,
  this.selfLink,
  this.state,
  this.ttl,
  this.updateTime,
  this.zone,
});