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 content focuses on the `UpdateNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its structure and functionality across various versions."],["The latest version available is 3.24.0, with a comprehensive list of prior versions dating back to 2.2.0 provided, allowing users to reference specific version details."],["This `UpdateNotificationConfigRequest` class is used for updating notification configurations and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `NotificationConfig`, which represents the notification configuration to be updated, and `UpdateMask`, which determines which fields will be modified."],["The available constructors allow for creating a new instance or copying an existing `UpdateNotificationConfigRequest` object."]]],[]]