[[["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-03-24 UTC."],[],[],null,["# FirebaseAdmin.Messaging.Notification Class Reference\n\nFirebaseAdmin.Messaging.Notification\n====================================\n\nRepresents the notification parameters that can be included in a [Message](/docs/reference/admin/dotnet/class/firebase-admin/messaging/message#class_firebase_admin_1_1_messaging_1_1_message).\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [Body](#class_firebase_admin_1_1_messaging_1_1_notification_1ac2487f71a7b455553aed14f4276b1cd9) | `string` Gets or sets the body of the notification. |\n| [ImageUrl](#class_firebase_admin_1_1_messaging_1_1_notification_1a840a968041b33967f4bb2bbd6e88200f) | `string` Gets or sets the URL of the image to be displayed in the notification. |\n| [Title](#class_firebase_admin_1_1_messaging_1_1_notification_1a47986b4044134363ad8daa6e7234871d) | `string` Gets or sets the title of the notification. |\n\nProperties\n----------\n\n### Body\n\n```text\nstring Body\n``` \nGets or sets the body of the notification. \n\n### ImageUrl\n\n```text\nstring ImageUrl\n``` \nGets or sets the URL of the image to be displayed in the notification. \n\n### Title\n\n```text\nstring Title\n``` \nGets or sets the title of the notification."]]