Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 797 Bytes

File metadata and controls

15 lines (11 loc) · 797 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 {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]

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