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."],[[["The webpage provides documentation for the `UpdateNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, primarily detailing its properties, inheritance, and constructors."],["The `UpdateNotificationConfigRequest` class is used as a request message for updating a notification configuration and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `UpdateNotificationConfigRequest()` and a copy constructor `UpdateNotificationConfigRequest(UpdateNotificationConfigRequest other)`."],["Key properties of the class include `NotificationConfig`, representing the configuration to be updated, and `UpdateMask`, which specifies the fields to be modified."],["The content contains a list of versions of the update notification configuration, with version 3.24.0 being the latest, and versions ranging down to 2.2.0, each with its own page."]]],[]]