Google Apps Chat V1 Client - Class MuteSetting (0.10.0)

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 \ SpaceNotificationSetting

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MUTE_SETTING_UNSPECIFIED

Value: 0

Reserved.

Generated from protobuf enum MUTE_SETTING_UNSPECIFIED = 0;

UNMUTED

Value: 1

The user will receive notifications for the space based on the notification setting.

Generated from protobuf enum UNMUTED = 1;

MUTED

Value: 2

The user will not receive any notifications for the space, regardless of the notification setting.

Generated from protobuf enum MUTED = 2;