Last update:
July 26, 2024
PushMessageType object¶
This type defines the properties and characteristics of an individual push message.
Fields¶
Field | Description |
---|---|
id String! |
The Id of the push message. |
shortMessage String! |
The short message content of the push message. |
createdDate DateTime! |
The date and time when the push message was created. |
isRead Boolean! |
Indicates whether the push message has been read or not. |
isHidden Boolean! |
Indicates whether the push message has been hidden or not. |