public sealed class UpdateNotificationChannelRequest : IMessage<UpdateNotificationChannelRequest>, IEquatable<UpdateNotificationChannelRequest>, IDeepCloneable<UpdateNotificationChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateNotificationChannelRequest.
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 webpage provides documentation for the `UpdateNotificationChannelRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The latest version available is 3.15.0, but the current context focuses on version 3.6.0, which is one of many available versions, all the way down to 2.3.0."],["The `UpdateNotificationChannelRequest` class is used to define updates for notification channels and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within the class include `NotificationChannel`, which details the changes to be made, and `UpdateMask`, which specifies which fields are to be updated."],["There are also two constructors for `UpdateNotificationChannelRequest`, one default and another one that requires a parameter `other` of the type `UpdateNotificationChannelRequest`."]]],[]]