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 webpage details the `UpdateNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, covering versions from 2.2.0 up to the latest release, 3.24.0."],["The `UpdateNotificationConfigRequest` class is used for updating a notification configuration, inheriting from the `Object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `UpdateNotificationConfigRequest` object as a parameter, facilitating object duplication."],["Key properties of the `UpdateNotificationConfigRequest` class include `NotificationConfig`, representing the notification configuration to be updated, and `UpdateMask`, which defines which fields should be modified during the update."],["The page provides a complete list of every version available for the `UpdateNotificationConfigRequest` object within the `Google.Cloud.SecurityCenter.V1` from version 2.2.0 all the way to the latest version, 3.24.0."]]],[]]