organization property
Optionally expect the user to be in this organization.
Implementation
@$pb.TagNumber(2)
$1.Organization get organization => $_getN(1);
Implementation
@$pb.TagNumber(2)
set organization($1.Organization value) => $_setField(2, value);