Tenant constructor

Tenant({
  1. Map<String, String>? annotations,
  2. String? consumerResource,
  3. String? createTime,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? saas,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Tenant({
  this.annotations,
  this.consumerResource,
  this.createTime,
  this.etag,
  this.labels,
  this.name,
  this.saas,
  this.uid,
  this.updateTime,
});