deleted property
The current deleted state of the role. This field is read only. It will be ignored in calls to CreateRole and UpdateRole.
Implementation
@$pb.TagNumber(11)
$core.bool get deleted => $_getBF(6);
Implementation
@$pb.TagNumber(11)
set deleted($core.bool value) => $_setBool(6, value);