Class GetSpaceNotificationSettingRequest
Request message to get space notification setting. Only supports getting notification setting for the calling user.
Implements
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, 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.
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 |