regionCode property
Optional. The region code, specified as a ccTLD ("top-level domain") two-character value. For more information see Country code top-level domains.
Implementation
@$pb.TagNumber(16)
$core.String get regionCode => $_getSZ(15);
Implementation
@$pb.TagNumber(16)
set regionCode($core.String v) {
$_setString(15, v);
}