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 page details the `UpdateNotificationConfigRequest` class, which is used to update notification configurations within the Google Cloud Security Center."],["The latest version available for `UpdateNotificationConfigRequest` is 3.24.0, with multiple prior versions ranging from 3.23.0 down to 2.2.0, all accessible from this page."],["`UpdateNotificationConfigRequest` is a request message that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all for enhanced functionality."],["The class includes two constructors, one empty and another that takes a `UpdateNotificationConfigRequest` instance, and two properties: `NotificationConfig` for the config to update, and `UpdateMask` to control which fields are updated."],["This class is found within the `Google.Cloud.SecurityCenter.V1` namespace and can be found within the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]