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, specifically within version 2.2.0 of the API, along with a list of 36 previous versions."],["The `NotificationMessage` class, which is part of Cloud SCC's notification system, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationMessage` class has two constructors: a default constructor `NotificationMessage()` and a copy constructor `NotificationMessage(NotificationMessage other)`, which takes another `NotificationMessage` object as a parameter."],["The `NotificationMessage` class includes properties such as `EventCase`, `Finding`, `NotificationConfigName`, and `Resource`, which provide information about the nature of the notification and its associated resources."],["The most current version of this specific class is 3.24.0, as seen in the first item of the available versions list, while the page itself documents version 2.2.0."]]],[]]