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."],[[["The latest version of the `UpdateNotificationChannelRequest` class in the Google Cloud Monitoring v3 API is 3.15.0."],["This class is used to request updates to a notification channel within the Google Cloud Monitoring v3 API."],["`UpdateNotificationChannelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateNotificationChannelRequest` class contains properties for `NotificationChannel` and `UpdateMask`, which define the changes and the fields to be updated."],["The provided content has a list of versions for the `UpdateNotificationChannelRequest`, ranging from 2.3.0 up to 3.15.0, alongside a description of the request class, its inheritance and its properties."]]],[]]