Region constructor

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

Implementation

Region({
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.quotaStatusWarning,
  this.quotas = const [],
  this.selfLink,
  this.status,
  this.supportsPzs,
  this.zones = const [],
}) : super(fullyQualifiedName);