public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectionRequest.
Request message for ConnectorsService.GetConnection
[[["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 `GetConnectionRequest` class is part of the Integration Connectors v1 API, used for retrieving a connection resource."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its versatility."],["The `GetConnectionRequest` has properties such as `ConnectionName`, `Name`, and `View`, enabling specification of the connection to be retrieved and the fields included in the response."],["There are two constructors, one default and another that accepts an existing `GetConnectionRequest` object for copying values."],["There are four versions of the API available, ranging from version 1.0.0 to 1.3.0, with the latest version being 1.3.0."]]],[]]