public sealed class GetChannelConnectionRequest : IMessage<GetChannelConnectionRequest>, IEquatable<GetChannelConnectionRequest>, IDeepCloneable<GetChannelConnectionRequest>, IBufferMessage, IMessage
The request message for the GetChannelConnection method.
[[["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 latest version available for `GetChannelConnectionRequest` is 2.6.0, with several prior versions also accessible, including the current version 1.2.0."],["`GetChannelConnectionRequest` is a public sealed class that serves as the request message for the `GetChannelConnection` method."],["This class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ChannelConnectionName`, which is a typed view over the `Name` resource name, and the `Name` property, which specifies the channel connection to get."],["There are two constructors for GetChannelConnectionRequest, one empty, and one which takes in another GetChannelConnectionRequest object."]]],[]]