Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 691 Bytes

RemoteResponse.md

File metadata and controls

20 lines (12 loc) · 691 Bytes

RemoteResponse

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.

Properties

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]