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."],[[["The latest version of the `NotificationMessage` class within the `Google.Cloud.SecurityCenter.V1` namespace is 3.24.0, with a comprehensive list of previous versions available, all the way back to 2.2.0."],["The `NotificationMessage` class, part of Cloud SCC's notification system, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class has two constructors, a default constructor and one that accepts another `NotificationMessage` object for initialization, allowing for creation of new instances or copying existing instances."],["Key properties of the `NotificationMessage` class include `EventCase`, which specifies the type of event, `Finding` which details the finding information if the notification is finding-based, `NotificationConfigName` for the name of the triggering notification config, and `Resource` to identify the relevant cloud resource."],["The `NotificationMessage` class inherits members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class, offering basic object functionalities."]]],[]]