public sealed class GetConnectorRequest : IMessage<GetConnectorRequest>, IEquatable<GetConnectorRequest>, IDeepCloneable<GetConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectorRequest.
[[["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 `GetConnectorRequest` class is part of the Integration Connectors v1 API, serving as a request message for retrieving connector information."],["The latest version of the API available is 1.3.0, with previous versions 1.2.0, 1.1.0, and 1.0.0 also documented."],["The `GetConnectorRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties like `ConnectorName` (of type `ConnectorName`) and `Name` (of type `string`), the latter of which represents the resource name of the connector in a specific format."],["There are two constructors provided for the `GetConnectorRequest` class, one default constructor, and one that takes another instance of the same class as an argument."]]],[]]