public sealed class NotificationMessage : IMessage<NotificationMessage>, IEquatable<NotificationMessage>, IDeepCloneable<NotificationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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."],[[["The `NotificationMessage` class is part of the Google Cloud Security Command Center v1p1beta1 API, designed for handling security-related notifications."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, equality comparison, deep cloning, and buffer operations."],["`NotificationMessage` instances can be constructed with no parameters or by copying from another `NotificationMessage` object."],["Key properties of `NotificationMessage` include `EventCase`, which indicates the type of event, `Finding` for finding-based notifications, `NotificationConfigName` for identifying the source configuration, and `Resource` for linking to the affected cloud resource."],["The latest version of the class is `3.0.0-beta05`, with `3.0.0-beta04` and `2.0.0-beta07` being previous versions available."]]],[]]