Class: Google::Apps::Chat::V1::UpdateSpaceNotificationSettingRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UpdateSpaceNotificationSettingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space_notification_setting.rb
Overview
Request to update the space notification settings. Only supports updating notification setting for the calling user.
Instance Attribute Summary collapse
-
#space_notification_setting ⇒ ::Google::Apps::Chat::V1::SpaceNotificationSetting
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#space_notification_setting ⇒ ::Google::Apps::Chat::V1::SpaceNotificationSetting
Returns Required. The resource name for the space notification settings must be
populated in the form of
users/{user}/spaces/{space}/spaceNotificationSetting. Only fields
specified by update_mask are updated.
107 108 109 110 |
# File 'proto_docs/google/chat/v1/space_notification_setting.rb', line 107 class UpdateSpaceNotificationSettingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Supported field paths:
notification_settingmute_setting.
107 108 109 110 |
# File 'proto_docs/google/chat/v1/space_notification_setting.rb', line 107 class UpdateSpaceNotificationSettingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |