The geographic region. Eg. State of Sao Paulo
@$pb.TagNumber(3) $core.String get region => $_getSZ(2);
@$pb.TagNumber(3) set region($core.String v) { $_setString(2, v); }