Show / Hide Table of Contents

Class UpdateSpaceNotificationSettingRequest

Request to update the space notification settings. Only supports updating notification setting for the calling user.

Inheritance
object
UpdateSpaceNotificationSettingRequest
Implements
IMessage<UpdateSpaceNotificationSettingRequest>
IEquatable<UpdateSpaceNotificationSettingRequest>
IDeepCloneable<UpdateSpaceNotificationSettingRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
UpdateSpaceNotificationSettingRequest 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
SpaceNotificationSetting

UpdateMask

Required. Supported field paths:

  • notification_setting

  • mute_setting

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX