Show / Hide Table of Contents

Class GetSpaceNotificationSettingRequest

Request message to get space notification setting. Only supports getting notification setting for the calling user.

Inheritance
object
GetSpaceNotificationSettingRequest
Implements
IMessage<GetSpaceNotificationSettingRequest>
IEquatable<GetSpaceNotificationSettingRequest>
IDeepCloneable<GetSpaceNotificationSettingRequest>
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 GetSpaceNotificationSettingRequest : IMessage<GetSpaceNotificationSettingRequest>, IEquatable<GetSpaceNotificationSettingRequest>, IDeepCloneable<GetSpaceNotificationSettingRequest>, IBufferMessage, IMessage

Constructors

GetSpaceNotificationSettingRequest()

Declaration
public GetSpaceNotificationSettingRequest()

GetSpaceNotificationSettingRequest(GetSpaceNotificationSettingRequest)

Declaration
public GetSpaceNotificationSettingRequest(GetSpaceNotificationSettingRequest other)
Parameters
Type Name Description
GetSpaceNotificationSettingRequest other

Properties

Name

Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting

  • users/me/spaces/{space}/spaceNotificationSetting, OR
  • users/user@example.com/spaces/{space}/spaceNotificationSetting, OR
  • users/123456789/spaces/{space}/spaceNotificationSetting. Note: Only the caller's user id or email is allowed in the path.
Declaration
public string Name { get; set; }
Property Value
Type Description
string

SpaceNotificationSettingName

SpaceNotificationSettingName-typed view over the Name resource name property.

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