projectGrant property
Search for administrators granted on a specific project grant by providing both the project ID and the organization ID.
Implementation
@$pb.TagNumber(4)
ResourceFilter_ProjectGrant get projectGrant => $_getN(3);
Implementation
@$pb.TagNumber(4)
set projectGrant(ResourceFilter_ProjectGrant value) => $_setField(4, value);