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 update notification channels in the Google Cloud Monitoring service, with the latest version available being 3.15.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities like message handling, equality checks, deep cloning, and buffer message handling."],["The class offers two constructors, a default constructor and one that accepts another `UpdateNotificationChannelRequest` object as a parameter, useful for copying or creating new instances based on existing ones."],["It includes two key properties: `NotificationChannel`, which details the changes to be made, and `UpdateMask`, which specifies the fields to be updated."],["There are many versions of this class available ranging from 2.3.0 to 3.15.0, with various links to the corresponding docs."]]],[]]