public sealed class UpdateNotificationConfigRequest : IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 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 latest version of the `UpdateNotificationConfigRequest` API class is 3.24.0, and the page provides documentation for multiple versions, ranging down to version 2.2.0."],["The `UpdateNotificationConfigRequest` class is used to update a notification configuration within the Google Cloud Security Command Center v1 API, as indicated by the documentation."],["The class `UpdateNotificationConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the constructors for `UpdateNotificationConfigRequest`, one being a default constructor and another allowing for a copy of an existing `UpdateNotificationConfigRequest`."],["This API class includes two primary properties: `NotificationConfig`, which represents the config to update, and `UpdateMask`, which specifies which fields to update, where an empty value updates all mutable fields."]]],[]]