instance property
Instance is the resource type for granting administrator privileges 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);