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 | str | ||
| path | str | ||
| status | int | ||
| response | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | ||
| response_headers | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | [optional] | |
| headers | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | [optional] |