projectGrant property

  1. @TagNumber.new(4)
ResourceFilter_ProjectGrant get projectGrant

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);
  1. @TagNumber.new(4)
set projectGrant (ResourceFilter_ProjectGrant value)

Implementation

@$pb.TagNumber(4)
set projectGrant(ResourceFilter_ProjectGrant value) => $_setField(4, value);