organization property
Set the organization the user belongs to.
Implementation
@$pb.TagNumber(2)
$1.Organization get organization => $_getN(1);
Implementation
@$pb.TagNumber(2)
set organization($1.Organization value) => $_setField(2, value);
Set the organization the user belongs to.
@$pb.TagNumber(2)
$1.Organization get organization => $_getN(1);
@$pb.TagNumber(2)
set organization($1.Organization value) => $_setField(2, value);