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, used for updating a notification configuration."],["The `UpdateNotificationConfigRequest` class is implemented as an interface for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within Google's .NET Protobuf library."],["It provides two constructors: a default constructor and another for creating a new instance by cloning an existing `UpdateNotificationConfigRequest` object."],["Key properties include `NotificationConfig` which is required for providing the notification config to update, and `UpdateMask` which determines which fields of the notification config will be modified."],["This webpage provides documentation for the versions of the update notification request, starting from the latest 3.24.0 down to 2.2.0."]]],[]]