region property
- @TagNumber(4)
The new GCS region to associate the location with.
Implementation
@$pb.TagNumber(4)
$core.String get region => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set region($core.String v) { $_setString(3, v); }