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, which is used to update notification configurations within Google Cloud Security Center."],["The content provides a list of available versions for the `UpdateNotificationConfigRequest`, ranging from version 3.24.0 (latest) down to version 2.2.0, all under the Google.Cloud.SecurityCenter.V1 namespace."],["`UpdateNotificationConfigRequest` implements 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, allowing for cloning."],["Key properties for the class include `NotificationConfig`, which represents the notification config to be updated, and `UpdateMask`, which defines which fields should be updated."]]],[]]