state property

String? state
getter/setter pair

The static mute state.

If the value is MUTED or UNMUTED, then the finding's overall mute state will have the same value. Possible string values are:

  • "MUTE_UNSPECIFIED" : Unspecified.
  • "MUTED" : Finding has been muted.
  • "UNMUTED" : Finding has been unmuted.
  • "UNDEFINED" : Finding has never been muted/unmuted.

Implementation

core.String? state;