Reference documentation and code samples for the Google Apps Chat V1 Client class MuteSetting.
The space notification mute setting types.
Protobuf type google.chat.v1.SpaceNotificationSetting.MuteSetting
Namespace
Google \ Apps \ Chat \ V1 \ SpaceNotificationSettingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MUTE_SETTING_UNSPECIFIED
Value: 0Reserved.
Generated from protobuf enum MUTE_SETTING_UNSPECIFIED = 0;
UNMUTED
Value: 1The user will receive notifications for the space based on the notification setting.
Generated from protobuf enum UNMUTED = 1;
MUTED
Value: 2The user will not receive any notifications for the space, regardless of the notification setting.
Generated from protobuf enum MUTED = 2;