Show / Hide Table of Contents

Class SpaceNotificationSetting

The notification setting of a user in a space.

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

Constructors

SpaceNotificationSetting()

Declaration
public SpaceNotificationSetting()

SpaceNotificationSetting(SpaceNotificationSetting)

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

Properties

HasMuteSetting

Gets whether the "mute_setting" field is set

Declaration
public bool HasMuteSetting { get; }
Property Value
Type Description
bool

HasNotificationSetting

Gets whether the "notification_setting" field is set

Declaration
public bool HasNotificationSetting { get; }
Property Value
Type Description
bool

MuteSetting

The space notification mute setting.

Declaration
public SpaceNotificationSetting.Types.MuteSetting MuteSetting { get; set; }
Property Value
Type Description
SpaceNotificationSetting.Types.MuteSetting

Name

Identifier. The resource name of the space notification setting. Format: users/{user}/spaces/{space}/spaceNotificationSetting.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

NotificationSetting

The notification setting.

Declaration
public SpaceNotificationSetting.Types.NotificationSetting NotificationSetting { get; set; }
Property Value
Type Description
SpaceNotificationSetting.Types.NotificationSetting

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