NotificationData
Represents informations about a notifications's data.
type NotificationData {
subject: NotificationSubject
label: String
text: String
type: String
}
Fields
NotificationData.subject ● NotificationSubject object
The notifications subject element.
NotificationData.label ● String scalar
The notifications label element.
NotificationData.text ● String scalar
The notifications text element.
NotificationData.type ● String scalar
The type of the field.
Member Of
Notification object