Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 951 Bytes

RemoteResponse.md

File metadata and controls

18 lines (13 loc) · 951 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 str
path str
status int
response bool, date, datetime, dict, float, int, list, str, none_type
response_headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
response_type object [optional]
headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]

[Back to Model list] [Back to API list] [Back to README]