Saas constructor

Saas({
  1. Map<String, String>? annotations,
  2. List<SaasCondition>? conditions,
  3. String? createTime,
  4. Status? error,
  5. String? etag,
  6. Map<String, String>? labels,
  7. List<Location>? locations,
  8. String? name,
  9. String? state,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Saas({
  this.annotations,
  this.conditions,
  this.createTime,
  this.error,
  this.etag,
  this.labels,
  this.locations,
  this.name,
  this.state,
  this.uid,
  this.updateTime,
});