public sealed class NotificationMessage : IMessage<NotificationMessage>, IEquatable<NotificationMessage>, IDeepCloneable<NotificationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 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 webpage provides reference documentation for the `NotificationMessage` class within the Google Cloud Security Center v1 API, specifically for .NET development, including information on the latest version (3.24.0) and older versions, down to 2.2.0."],["The `NotificationMessage` class, part of the `Google.Cloud.SecurityCenter.V1` namespace, represents a notification in Cloud SCC and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `EventCase`, `Finding`, `NotificationConfigName`, and `Resource`, allowing developers to access details related to the notification and its associated data, with the `Finding` property being populated for Finding-based notification configurations."],["Constructors are available for creating new instances of `NotificationMessage`, including a default constructor and a copy constructor, and members are inherited from the object class such as GetHashCode(), GetType(), and ToString()."],["The documentation also covers the assembly and the namespace that it lives in which is `Google.Cloud.SecurityCenter.V1.dll` and `Google.Cloud.SecurityCenter.V1` respectively."]]],[]]