public sealed class NotificationMessage : IMessage<NotificationMessage>, IEquatable<NotificationMessage>, IDeepCloneable<NotificationMessage>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This webpage details the `NotificationMessage` class within the `Google.Cloud.SecurityCenter.V1` namespace, which is part of the Google Cloud Security Center .NET library."],["The latest version documented for `NotificationMessage` is 3.24.0, and a historical list of versions ranging from 2.2.0 to 3.24.0, with corresponding links for each, is provided."],["The `NotificationMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, outlining the class's capabilities and structure."],["Key properties of the `NotificationMessage` class include `EventCase`, `Finding`, `NotificationConfigName`, and `Resource`, each serving distinct purposes in handling security notifications."],["There are two constructors for the `NotificationMessage` class: a default constructor, and one that accepts another `NotificationMessage` object, facilitating the creation of new instances."]]],[]]