Resource: SystemNotification
SystemNotification is a resource that contains information about a System notification.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updatedTime": string, "sender": string, "message": string, "type": string, "isRead": boolean } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the SystemNotifications. Format: projects/{project}/locations/{location}/instances/{instance}/systemNotifications/{systemNotification} |
createTime |
Output only. The creation time of the record in milliseconds. |
updatedTime |
Output only. The updated time of the record in milliseconds. |
sender |
Output only. Notification sender E.g. "System". |
message |
Output only. Notification message. |
type |
Output only. Representing the system operation that sent the notification. |
isRead |
Output only. Flag that indicates whether the notification is read or not. |
Methods |
|
|---|---|
|
Counts SystemNotifications for a given user. |
|
Gets a SystemNotifications given a name. |
|
Lists SystemNotifications for a given user. |
|
Marks a list of SystemNotifications as read. |