muteState property
All findings matching the given filter will have their mute state set to this value.
The default value is MUTED. Setting this to UNDEFINED will clear the
mute state on all matching findings.
Optional. Possible string values are:
- "MUTE_STATE_UNSPECIFIED" : Unused.
- "MUTED" : Matching findings will be muted (default).
- "UNDEFINED" : Matching findings will have their mute state cleared.
Implementation
core.String? muteState;