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 provides documentation for the `UpdateNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its implementation and usage in .NET."],["The `UpdateNotificationConfigRequest` class is used to request the update of a notification configuration and implements various interfaces for message handling, equality checks, and cloning, alongside inheriting from the base `Object` class."],["The page lists different versions of the `UpdateNotificationConfigRequest`, starting from version 2.2.0 up to the latest version 3.24.0, allowing users to access documentation for specific releases."],["Key properties for `UpdateNotificationConfigRequest` include `NotificationConfig`, which specifies the configuration to be updated, and `UpdateMask`, which defines which fields to modify during the update process."],["The webpage also provides information on the constructors of the `UpdateNotificationConfigRequest`, including a default constructor and a constructor for copying from another instance of the same class."]]],[]]