disabled property
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);
Implementation
@$pb.TagNumber(4)
set disabled($core.bool value) => $_setBool(3, value);