# NomadEnvoyCli.BaseApiResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **Number** |  | [optional] 
**message** | **String** |  | [optional] 
**connectorResponses** | [**[ApiResponseConnectorResponse]**](ApiResponseConnectorResponse.md) |  | [optional] 
**responseTime** | **Number** | The response time of current NomadMapping request, including sub-NomadMapping&#39;s. The time unit is millisecond. This &#39;responseTime&#39; is different from the one in ApiResponseConnectorResponse, since our NomadMapping supports spawn mode, whose output will be replaced by its children&#39;s instead of its own. | [optional] 


