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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]