apiDisabled property
The service API associated with the permission is not enabled.
Implementation
@$pb.TagNumber(7)
$core.bool get apiDisabled => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set apiDisabled($core.bool value) => $_setBool(6, value);