RapidCache constructor

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

Implementation

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