[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# Notification interface\n\nA notification that can be included in [Message](./firebase-admin.messaging.md#message).\n\n**Signature:** \n\n export interface Notification \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------|--------|------------------------------------------------------|\n| [body](./firebase-admin.messaging.notification.md#notificationbody) | string | The notification body |\n| [imageUrl](./firebase-admin.messaging.notification.md#notificationimageurl) | string | URL of an image to be displayed in the notification. |\n| [title](./firebase-admin.messaging.notification.md#notificationtitle) | string | The title of the notification. |\n\nNotification.body\n-----------------\n\nThe notification body\n\n**Signature:** \n\n body?: string;\n\nNotification.imageUrl\n---------------------\n\nURL of an image to be displayed in the notification.\n\n**Signature:** \n\n imageUrl?: string;\n\nNotification.title\n------------------\n\nThe title of the notification.\n\n**Signature:** \n\n title?: string;"]]