organization property
Optional. The name of the organization at the address.
Implementation
@$pb.TagNumber(11)
$core.String get organization => $_getSZ(10);
Implementation
@$pb.TagNumber(11)
set organization($core.String v) {
$_setString(10, v);
}