public sealed class UpdateNotificationConfigRequest : IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessage
Request message for updating a notification config.
[[["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 `UpdateNotificationConfigRequest` class is used to request updates to a notification configuration in the Google Cloud Security Center."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The class has two constructors, one for default initialization and another for creating a copy of an existing `UpdateNotificationConfigRequest` object."],["It contains two properties, `NotificationConfig`, which represents the config to be updated and is of type `NotificationConfig`, and `UpdateMask` which is of type `FieldMask` and allows for partial updates to the `NotificationConfig`."],["The latest version of the class is `3.0.0-beta05`, while the current documentation is for version `2.0.0-beta07`, and version `3.0.0-beta04` is also available."]]],[]]