Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetSpaceNotificationSettingRequest.
Request message to get space notification setting. Only supports getting notification setting for the calling user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) —
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
. Note: Only the caller's user id or email is allowed in the path.
#name=
def name=(value) -> ::String
-
value (::String) —
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
. Note: Only the caller's user id or email is allowed in the path.
-
(::String) —
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
. Note: Only the caller's user id or email is allowed in the path.