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 `Google.Cloud.SecurityCenter.V1.NotificationMessage` is 3.24.0, and multiple previous versions, ranging from 3.23.0 down to 2.2.0, are also available for reference."],["The `NotificationMessage` class, found in the `Google.Cloud.SecurityCenter.V1` namespace within the `Google.Cloud.SecurityCenter.V1.dll` assembly, represents a Cloud SCC notification."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing functionalities like deep cloning and buffer message operations."],["Key properties of the `NotificationMessage` class include `EventCase`, `Finding`, `NotificationConfigName`, and `Resource`, providing details about the notification event, associated finding, the notification configuration, and the related cloud resource."],["The class offers two constructors: a default constructor `NotificationMessage()` and an overloaded constructor `NotificationMessage(NotificationMessage other)` that allows creating a new instance based on an existing one."]]],[]]