disabled property

  1. @TagNumber.new(4)
bool get disabled

Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can google.logging.v2.ConfigServiceV2.UpdateExclusion to change the value of this field.

Implementation

@$pb.TagNumber(4)
$core.bool get disabled => $_getBF(3);
  1. @TagNumber.new(4)
set disabled (bool value)

Implementation

@$pb.TagNumber(4)
set disabled($core.bool value) => $_setBool(3, value);