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."],[[["The `UpdateNotificationChannelRequest` class is used to define and request updates to notification channels within the Google Cloud Monitoring V3 service."],["This page provides documentation for version 2.5.0 of `UpdateNotificationChannelRequest`, but also lists links to multiple previous and newer versions from 2.3.0 all the way up to the latest, 3.15.0."],["The `UpdateNotificationChannelRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, `UpdateNotificationChannelRequest()` for a default initialization and `UpdateNotificationChannelRequest(UpdateNotificationChannelRequest other)` to copy properties from another instance."],["The `NotificationChannel` and `UpdateMask` are key properties for defining the changes to be applied and for specifying which fields should be updated, respectively."]]],[]]