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"]],[["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."],[[["This page details the `GetNotificationChannelRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used for requesting details about a notification channel."],["The latest version of this API available is 3.15.0, with several older versions ranging from 3.14.0 back to 2.3.0 also documented on this page."],["The `GetNotificationChannelRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, `NotificationChannelName`, and `ResourceName`, allowing for specification and access to the resource being requested."],["The class provides two constructors for creating a new instance of a `GetNotificationChannelRequest`, one being empty and the other using an already existing `GetNotificationChannelRequest` as input."]]],[]]