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."],[[["This page details the `UpdateNotificationConfigRequest` class, which is used to update a notification configuration in Google Cloud Security Center."],["The latest version available is 3.24.0, with many prior versions ranging from 3.23.0 down to 2.2.0 also listed with links for reference."],["The `UpdateNotificationConfigRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The class includes properties such as `NotificationConfig` and `UpdateMask`, which are used to define the notification configuration to be updated and the specific fields to be modified."],["The `UpdateNotificationConfigRequest` class has an empty constructor, as well as one which takes another instance of itself."]]],[]]