Reference documentation and code samples for the Google Apps Chat V1 Client class CreateMessageNotificationOptions.
Options for the notification behavior when the message is posted.
Generated from protobuf message google.chat.v1.CreateMessageNotificationOptions
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ notification_type |
int
The notification type for the message. |
getNotificationType
The notification type for the message.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type NotificationType. |
setNotificationType
The notification type for the message.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type NotificationType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|