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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it has specific functionalities for message handling and object management."],["The class has two constructors: a default constructor `UpdateNotificationConfigRequest()` and one that takes another `UpdateNotificationConfigRequest` instance for copying."],["It contains two properties, `NotificationConfig`, which holds the updated configuration, and `UpdateMask`, which specifies which fields to update, with the option to update all mutable fields if left empty."],["The `UpdateNotificationConfigRequest` class belongs to the `Google.Cloud.SecurityCenter.V2` namespace and is found within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]