The RemoteResponse Object ### Description The RemoteResponse
object is used to represent information returned from a third-party endpoint. ### Usage Example View the RemoteResponse
returned from your DataPassthrough
.
Name | Type | Description | Notes |
---|---|---|---|
method | String | ||
path | String | ||
status | Integer | ||
response | Object | ||
responseHeaders | Map<String, Object> | [optional] | |
responseType | ResponseTypeEnum | [optional] | |
headers | Map<String, Object> | [optional] |