roleKey property
Search for administrators by the granted role.
Implementation
@$pb.TagNumber(1)
$core.String get roleKey => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set roleKey($core.String value) => $_setString(0, value);
Search for administrators by the granted role.
@$pb.TagNumber(1)
$core.String get roleKey => $_getSZ(0);
@$pb.TagNumber(1)
set roleKey($core.String value) => $_setString(0, value);