Region constructor

Region({
  1. String? creationTimestamp,
  2. DeprecationStatus? deprecated,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. RegionQuotaStatusWarning? quotaStatusWarning,
  8. List<Quota>? quotas,
  9. String? selfLink,
  10. String? status,
  11. bool? supportsPzs,
  12. List<String>? zones,
})

Implementation

Region({
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.quotaStatusWarning,
  this.quotas,
  this.selfLink,
  this.status,
  this.supportsPzs,
  this.zones,
});