apiDisabled property

  1. @TagNumber.new(7)
bool get apiDisabled

The service API associated with the permission is not enabled.

Implementation

@$pb.TagNumber(7)
$core.bool get apiDisabled => $_getBF(6);
  1. @TagNumber.new(7)
set apiDisabled (bool value)

Implementation

@$pb.TagNumber(7)
set apiDisabled($core.bool value) => $_setBool(6, value);