defaultRegion property
- @TagNumber(5)
GCS region of the organization. Locations created under this org will have their GCS region set to this by default and packages associated with this org will be stored in this region.
Implementation
@$pb.TagNumber(5)
$core.String get defaultRegion => $_getSZ(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set defaultRegion($core.String v) { $_setString(4, v); }