[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMessage\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.AdvisoryNotifications.V1\u003c/code\u003e namespace serves as a container for notification details, including attachments and content.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eMessage\u003c/code\u003e class is implemented in several version, with \u003ccode\u003e1.7.0\u003c/code\u003e being the latest release version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessage\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessage\u003c/code\u003e class has properties such as \u003ccode\u003eAttachments\u003c/code\u003e, \u003ccode\u003eBody\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, and \u003ccode\u003eLocalizationTime\u003c/code\u003e, which store information related to the notification.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessage\u003c/code\u003e class can be instantiated with two available constructors, a default and one that uses another \u003ccode\u003eMessage\u003c/code\u003e object to copy.\u003c/p\u003e\n"]]],[],null,["# Advisory Notifications v1 API - Class Message (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.6.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.5.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.4.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.3.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.2.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.1.0/Google.Cloud.AdvisoryNotifications.V1.Message)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.0.0/Google.Cloud.AdvisoryNotifications.V1.Message) \n\n public sealed class Message : IMessage\u003cMessage\u003e, IEquatable\u003cMessage\u003e, IDeepCloneable\u003cMessage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Advisory Notifications v1 API class Message.\n\nA message which contains notification details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Message \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Message](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Message), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Message](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Message), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Message](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Message), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AdvisoryNotifications.V1](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AdvisoryNotifications.V1.dll\n\nConstructors\n------------\n\n### Message()\n\n public Message()\n\n### Message(Message)\n\n public Message(Message other)\n\nProperties\n----------\n\n### Attachments\n\n public RepeatedField\u003cAttachment\u003e Attachments { get; }\n\nThe attachments to download.\n\n### Body\n\n public Message.Types.Body Body { get; set; }\n\nThe message content.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nThe Message creation timestamp.\n\n### LocalizationTime\n\n public Timestamp LocalizationTime { get; set; }\n\nTime when Message was localized"]]