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