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-04-09 UTC."],[[["This page details the `UpdateNotificationConfigRequest` class, which is used to update a notification configuration within Google Cloud Security Center."],["The latest version available for `UpdateNotificationConfigRequest` is 3.24.0, with multiple prior versions listed, ranging back to version 2.2.0."],["`UpdateNotificationConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `UpdateNotificationConfigRequest` object for copying."],["The class contains two key properties: `NotificationConfig`, representing the configuration to be updated, and `UpdateMask`, to specify which fields should be updated."]]],[]]