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 reference documentation for the `UpdateNotificationChannelRequest` class within the Google Cloud Monitoring v3 API for .NET."],["The latest available version of the API is 3.15.0, but the page details versions ranging from 2.3.0 to the latest version."],["`UpdateNotificationChannelRequest` is used to describe modifications to be applied to a specified notification channel, and details the fields to be updated within `UpdateMask`."],["The class `UpdateNotificationChannelRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It also defines the properties `NotificationChannel`, which holds a description of the changes to be made, and `UpdateMask` which specifies which fields to change."]]],[]]