# NomadEnvoyCli.ApiResponseConnectorResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input** | **String** | The input of a NomadMapping, usually it&#39;s JSON format. | [optional] 
**mappingName** | **String** | The name of mapping class. | [optional] 
**api** | **[String]** | API path | [optional] 
**apiDocLink** | **String** | The link of current mapping, usually a url. | [optional] 
**httpRequestRawData** | **String** | Raw data of current HTTP request to the third party server, easy for debug. | [optional] 
**code** | **Number** |  | [optional] 
**response** | **String** |  | [optional] 
**responseEn** | **String** |  | [optional] 
**platform** | **String** |  | [optional] 
**requestCount** | **Number** | The number of requests against the third party in one Nomad request. | [optional] 
**responseTime** | **Number** | The response time of current NomadMapping request, including sub-NomadMapping. The time unit is millisecond. | [optional] 


