Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::SpaceNotificationSetting.
The notification setting of a user in a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mute_setting
def mute_setting() -> ::Google::Apps::Chat::V1::SpaceNotificationSetting::MuteSetting
Returns
- (::Google::Apps::Chat::V1::SpaceNotificationSetting::MuteSetting) — The space notification mute setting.
#mute_setting=
def mute_setting=(value) -> ::Google::Apps::Chat::V1::SpaceNotificationSetting::MuteSetting
Parameter
- value (::Google::Apps::Chat::V1::SpaceNotificationSetting::MuteSetting) — The space notification mute setting.
Returns
- (::Google::Apps::Chat::V1::SpaceNotificationSetting::MuteSetting) — The space notification mute setting.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The resource name of the space notification setting.
Format:
users/{user}/spaces/{space}/spaceNotificationSetting
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The resource name of the space notification setting.
Format:
users/{user}/spaces/{space}/spaceNotificationSetting
.
Returns
-
(::String) — Identifier. The resource name of the space notification setting.
Format:
users/{user}/spaces/{space}/spaceNotificationSetting
.
#notification_setting
def notification_setting() -> ::Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting
Returns
- (::Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting) — The notification setting.
#notification_setting=
def notification_setting=(value) -> ::Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting
Parameter
- value (::Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting) — The notification setting.
Returns
- (::Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting) — The notification setting.