group property
The group the role belongs to. This is used to group roles in the UI.
Implementation
@$pb.TagNumber(3)
$core.String get group => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set group($core.String value) => $_setString(2, value);
The group the role belongs to. This is used to group roles in the UI.
@$pb.TagNumber(3)
$core.String get group => $_getSZ(2);
@$pb.TagNumber(3)
set group($core.String value) => $_setString(2, value);