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."],[[["The `UpdateNotificationConfigRequest` class is used to send requests for updating a notification configuration in the Security Command Center v2 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that allows you to copy from an existing `UpdateNotificationConfigRequest` object."],["It contains properties for `NotificationConfig` which is required, and `UpdateMask`, which specifies the fields to update, defaulting to all mutable fields if empty."],["This class belongs to the `Google.Cloud.SecurityCenter.V2` namespace, within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]