public sealed class UpdateNotificationChannelRequest : IMessage<UpdateNotificationChannelRequest>, IEquatable<UpdateNotificationChannelRequest>, IDeepCloneable<UpdateNotificationChannelRequest>, IBufferMessage, IMessage
public NotificationChannel NotificationChannel { get; set; }
Required. A description of the changes to be applied to the specified
notification channel. The description must provide a definition for
fields to be updated; the names of these fields should also be
included in the update_mask.
[[["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 page details the `UpdateNotificationChannelRequest` class, which is used to request updates to a notification channel within the Google Cloud Monitoring V3 service."],["The `UpdateNotificationChannelRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from Object."],["It has two constructors, a default one and another that takes an existing `UpdateNotificationChannelRequest` as a parameter, enabling the creation of new instances."],["The class contains two main properties: `NotificationChannel`, which describes the changes to be applied to the channel, and `UpdateMask`, which specifies which fields should be updated."],["The documentation is provided for a range of versions, from 2.3.0 to 3.15.0, with 3.15.0 being the latest version."]]],[]]