public sealed class NotificationMessage : IMessage<NotificationMessage>, IEquatable<NotificationMessage>, IDeepCloneable<NotificationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class NotificationMessage.
[[["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 page provides reference documentation for the `NotificationMessage` class within the Google Cloud Security Center v2 API, specifically for version 1.0.0-beta04."],["The `NotificationMessage` class represents a notification within Cloud SCC and inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationMessage` class offers two constructors: a default constructor and one that accepts another `NotificationMessage` instance as a parameter, providing a way to create new instances."],["Key properties of the `NotificationMessage` class include `EventCase` to determine the type of event, as well as `Finding`, `NotificationConfigName`, and `Resource`, which contain relevant data related to the notification."],["The `NotificationMessage` class is part of the `Google.Cloud.SecurityCenter.V2` namespace, available in the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]