Class UpdateSpaceNotificationSettingRequest
Request to update the space notification settings. Only supports updating notification setting for the calling user.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class UpdateSpaceNotificationSettingRequest : IMessage<UpdateSpaceNotificationSettingRequest>, IEquatable<UpdateSpaceNotificationSettingRequest>, IDeepCloneable<UpdateSpaceNotificationSettingRequest>, IBufferMessage, IMessage
Constructors
UpdateSpaceNotificationSettingRequest()
Declaration
public UpdateSpaceNotificationSettingRequest()
UpdateSpaceNotificationSettingRequest(UpdateSpaceNotificationSettingRequest)
Declaration
public UpdateSpaceNotificationSettingRequest(UpdateSpaceNotificationSettingRequest other)
Parameters
Type | Name | Description |
---|---|---|
Update |
other |
Properties
SpaceNotificationSetting
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.
Declaration
public SpaceNotificationSetting SpaceNotificationSetting { get; set; }
Property Value
Type | Description |
---|---|
Space |
UpdateMask
Required. Supported field paths:
notification_setting
mute_setting
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
Field |