organization property
Organization provides information about the organization the administrator roles were granted for.
Implementation
@$pb.TagNumber(5)
Organization get organization => $_getN(4);
Implementation
@$pb.TagNumber(5)
set organization(Organization value) => $_setField(5, value);