public sealed class UpdateNotificationConfigRequest : IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateNotificationConfigRequest.
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 documentation details the `UpdateNotificationConfigRequest` class within the Security Command Center v2 API, which is used to update a notification configuration."],["The `UpdateNotificationConfigRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message-based operations, equality checks, deep cloning, and buffer handling."],["The class provides two constructors: a default one and another that takes an existing `UpdateNotificationConfigRequest` object to create a copy."],["The class includes two key properties: `NotificationConfig`, representing the configuration to be updated, and `UpdateMask`, which specifies the fields to be updated, allowing for partial updates."],["The class is found in the Google.Cloud.SecurityCenter.V2 namespace and is part of the Google.Cloud.SecurityCenter.V2.dll assembly."]]],[]]