roles property

  1. @TagNumber.new(12)
PbList<String> get roles

Roles contains the roles the user was granted for the project.

Implementation

@$pb.TagNumber(12)
$pb.PbList<$core.String> get roles => $_getList(11);