ExForce.QueryResult (ExForce v0.4.1) View Source

Represents the result of a query.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExForce.QueryResult{
  done: boolean(),
  next_records_url: String.t() | nil,
  records: list(),
  total_size: term()
}