Region constructor
Region({})
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);