Show / Hide Table of Contents

Class CreateMessageNotificationOptions

Options for the notification behavior when the message is posted.

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

Constructors

CreateMessageNotificationOptions()

Declaration
public CreateMessageNotificationOptions()

CreateMessageNotificationOptions(CreateMessageNotificationOptions)

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

Properties

NotificationType

The notification type for the message.

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