RingCentral.Response (RingCentral v0.2.1) View Source

The struct representing the response from API.

Link to this section Summary

Link to this section Types

Specs

t() :: %RingCentral.Response{
  body: binary(),
  data: map(),
  headers: RingCentral.HTTPClient.http_headers(),
  status: non_neg_integer()
}