muteSetting property
The space notification mute setting. Possible string values are:
- "MUTE_SETTING_UNSPECIFIED" : Reserved.
- "UNMUTED" : The user will receive notifications for the space based on the notification setting.
- "MUTED" : The user will not receive any notifications for the space, regardless of the notification setting.
Implementation
core.String? muteSetting;