[[["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.WebpushConfig Class Reference\n\nFirebaseAdmin.Messaging.WebpushConfig\n=====================================\n\nRepresents the Webpush protocol options 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| [Data](#class_firebase_admin_1_1_messaging_1_1_webpush_config_1a594375d33c47bb998f21fd93fc5a7067) | `IReadOnlyDictionary\u003c string, string \u003e` Gets or sets the Webpush data fields. |\n| [FcmOptions](#class_firebase_admin_1_1_messaging_1_1_webpush_config_1a9fcdc1d618c70f9c52660dce96d99bcb) | [WebpushFcmOptions](/docs/reference/admin/dotnet/class/firebase-admin/messaging/webpush-fcm-options#class_firebase_admin_1_1_messaging_1_1_webpush_fcm_options) Gets or sets the Webpush options included in the message. |\n| [Headers](#class_firebase_admin_1_1_messaging_1_1_webpush_config_1a7c35176dc1638bfc37c87d20d9c329aa) | `IReadOnlyDictionary\u003c string, string \u003e` Gets or sets the Webpush HTTP headers. |\n| [Notification](#class_firebase_admin_1_1_messaging_1_1_webpush_config_1a50d992cf26edb488d664f6d029f365ce) | [WebpushNotification](/docs/reference/admin/dotnet/class/firebase-admin/messaging/webpush-notification#class_firebase_admin_1_1_messaging_1_1_webpush_notification) Gets or sets the Webpush notification included in the message. |\n\nProperties\n----------\n\n### Data\n\n```text\nIReadOnlyDictionary\u003c string, string \u003e Data\n``` \nGets or sets the Webpush data fields.\n\nWhen set, overrides any data fields set via [Message.Data](/docs/reference/admin/dotnet/class/firebase-admin/messaging/message#class_firebase_admin_1_1_messaging_1_1_message_1a60de8969556aba3ad8bef3726ba474b4). \n\n### FcmOptions\n\n```text\nWebpushFcmOptions FcmOptions\n``` \nGets or sets the Webpush options included in the message. \n\n### Headers\n\n```text\nIReadOnlyDictionary\u003c string, string \u003e Headers\n``` \nGets or sets the Webpush HTTP headers.\n\nRefer [Webpush specification](https://tools.ietf.org/html/rfc8030#section-5) for supported headers. \n\n### Notification\n\n```text\nWebpushNotification Notification\n``` \nGets or sets the Webpush notification included in the message."]]