Region constructor

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

Implementation

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