public sealed class UpdateNotificationConfigRequest : IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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 document provides reference documentation for the `UpdateNotificationConfigRequest` class within the Google Cloud Security Command Center v1p1beta1 API, used for updating a notification configuration."],["The `UpdateNotificationConfigRequest` class, which inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, is a request message designed to facilitate updates to notification configurations."],["The latest version of the `UpdateNotificationConfigRequest` is `3.0.0-beta05`, and other available versions, `3.0.0-beta04` and `2.0.0-beta07` are also provided."],["Key properties within the `UpdateNotificationConfigRequest` class include `NotificationConfig`, which specifies the configuration to update, and `UpdateMask`, which determines which fields to modify during the update process."],["The `UpdateNotificationConfigRequest` class has two constructors, one default and another to set `other` properties."]]],[]]