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 within the `Google.Cloud.SecurityCenter.V1` namespace, providing documentation for its use in updating notification configurations."],["The latest version of the `UpdateNotificationConfigRequest` is 3.24.0, with numerous previous versions also documented, ranging down to 2.2.0."],["The `UpdateNotificationConfigRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionalities of the `UpdateNotificationConfigRequest` class include updating a `NotificationConfig` and using a `FieldMask` to specify which fields should be modified during the update."],["The class features two constructors: a default parameterless constructor, and another which takes an `UpdateNotificationConfigRequest` object as a parameter for creating a copy."]]],[]]