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."],[[["The latest version available is 3.15.0, although the current page's content specifically references version 3.9.0 of the `Google.Cloud.Monitoring.V3` library."],["This page provides reference documentation for the `UpdateNotificationChannelRequest` class within the Google Cloud Monitoring v3 API, focusing on the 3.9.0 version."],["The `UpdateNotificationChannelRequest` class is used to modify notification channel settings and contains properties such as `NotificationChannel` and `UpdateMask`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and deep cloning."],["The class has two constructors, one empty and the other taking another `UpdateNotificationChannelRequest` as a parameter, enabling the creation of new objects and copies."]]],[]]