instance property
Search for administrators granted on the instance level.
Implementation
@$pb.TagNumber(1)
$core.bool get instance => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set instance($core.bool value) => $_setBool(0, value);
Search for administrators granted on the instance level.
@$pb.TagNumber(1)
$core.bool get instance => $_getBF(0);
@$pb.TagNumber(1)
set instance($core.bool value) => $_setBool(0, value);