The resource name of the notification.
Format:
organizations/{organization}/locations/{location}/notifications/{notification}
or projects/{project}/locations/{location}/notifications/{notification}.
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eNotification\u003c/code\u003e class within the Google Cloud Advisory Notifications v1 API, which is used to notify customers about security and privacy issues.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eNotification\u003c/code\u003e class is 1.7.0, with previous versions ranging from 1.0.0 to 1.6.0 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotification\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eNotification\u003c/code\u003e class include \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eMessages\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNotificationName\u003c/code\u003e, \u003ccode\u003eNotificationType\u003c/code\u003e, and \u003ccode\u003eSubject\u003c/code\u003e, offering information such as creation time, message content, resource name, notification type, and the subject line of the notification.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors that can be used to instantiate an object, one constructor with no parameter and one that accepts a \u003ccode\u003eNotification\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Advisory Notifications v1 API - Class Notification (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.Notification)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.6.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.5.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.4.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.3.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.2.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.1.0/Google.Cloud.AdvisoryNotifications.V1.Notification)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.0.0/Google.Cloud.AdvisoryNotifications.V1.Notification) \n\n public sealed class Notification : IMessage\u003cNotification\u003e, IEquatable\u003cNotification\u003e, IDeepCloneable\u003cNotification\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Advisory Notifications v1 API class Notification.\n\nA notification object for notifying customers about security and privacy\nissues. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Notification \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Notification](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Notification), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Notification](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Notification), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Notification](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Notification), [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### Notification()\n\n public Notification()\n\n### Notification(Notification)\n\n public Notification(Notification other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Time the notification was created.\n\n### Messages\n\n public RepeatedField\u003cMessage\u003e Messages { get; }\n\nA list of messages in the notification.\n\n### Name\n\n public string Name { get; set; }\n\nThe resource name of the notification.\nFormat:\norganizations/{organization}/locations/{location}/notifications/{notification}\nor projects/{project}/locations/{location}/notifications/{notification}.\n\n### NotificationName\n\n public NotificationName NotificationName { get; set; }\n\n[NotificationName](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.NotificationName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.Notification#Google_Cloud_AdvisoryNotifications_V1_Notification_Name) resource name property.\n\n### NotificationType\n\n public NotificationType NotificationType { get; set; }\n\nType of notification\n\n### Subject\n\n public Subject Subject { get; set; }\n\nThe subject line of the notification."]]