public sealed class GetNotificationChannelRequest : IMessage<GetNotificationChannelRequest>, IEquatable<GetNotificationChannelRequest>, IDeepCloneable<GetNotificationChannelRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetNotificationChannelRequest` class within the `Google.Cloud.Monitoring.V3` namespace, specifically version 2.6.0."],["The `GetNotificationChannelRequest` class is used to define a request for retrieving a notification channel and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that accepts another `GetNotificationChannelRequest` object as a parameter."],["Key properties of this class include `Name`, which is a string that represents the channel's resource name, `NotificationChannelName`, and `ResourceName` that provides different views of the channel's resource name."],["There are many versions of this class available, ranging from 2.3.0 to the latest version of 3.15.0, which shows the history of the development of this class."]]],[]]