MergeHRISClient.Model.RemoteResponse (MergeHRISClient v1.0.0) View Source

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.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.RemoteResponse{
  headers: %{optional(String.t()) => AnyType} | nil,
  method: String.t(),
  path: String.t(),
  response: %{optional(String.t()) => AnyType},
  status: integer()
}