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."],[[["This page provides reference documentation for the `GetConnectorRequest` class within the Integration Connectors v1 API."],["`GetConnectorRequest` is used as a request message for retrieving connector information, per the Connectors.GetConnector function."],["The `GetConnectorRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConnectorRequest` class has two constructors: a default constructor and a copy constructor, both detailed in the documentation."],["The primary properties of `GetConnectorRequest` are `ConnectorName`, which provides a typed view of the resource name, and `Name`, a string representing the required resource name path."]]],[]]