AnywhereCache constructor

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

Implementation

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