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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `UpdateNotificationChannelRequest` class within the Google Cloud Monitoring v3 API."],["The latest version available is 3.15.0, and the page covers a range of versions from 2.3.0 to 3.15.0, with 3.10.0 being the version in focus for the page."],["`UpdateNotificationChannelRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateNotificationChannelRequest` class has two properties, `NotificationChannel` and `UpdateMask`, which are used to describe the changes and which specific fields should be updated for a notification channel."],["The document also includes details on inherited members, constructors, and the namespace and assembly for the `UpdateNotificationChannelRequest` class."]]],[]]