projectGrant property

  1. @TagNumber.new(7)
ProjectGrant get projectGrant

ProjectGrant provides information about the project grant the administrator roles were granted for.

Implementation

@$pb.TagNumber(7)
ProjectGrant get projectGrant => $_getN(6);
  1. @TagNumber.new(7)
set projectGrant (ProjectGrant value)

Implementation

@$pb.TagNumber(7)
set projectGrant(ProjectGrant value) => $_setField(7, value);