instance property
Instance is returned if the administrator roles were granted on the instance level.
Implementation
@$pb.TagNumber(4)
$core.bool get instance => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set instance($core.bool value) => $_setBool(3, value);