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 content provides documentation for the `UpdateNotificationChannelRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["This class is used to update a notification channel, allowing for modification of its properties, as indicated by the `NotificationChannel` property."],["The `UpdateMask` property is used to specify which fields of the notification channel are to be updated during the request."],["The content offers access to a variety of versions of the `UpdateNotificationChannelRequest` class, ranging from version 2.3.0 to 3.15.0, with 3.15.0 being the latest version."],["The class implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage for use within the .Net framework."]]],[]]