name property
Specify the name of the project the user was granted the authorization for to search for. Note that this will also include authorizations granted for project grants of the same project.
Implementation
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set name($core.String value) => $_setString(0, value);