MillionSend.List (MillionSend v0.1.0)

Copy Markdown View Source

The pagination envelope returned by list endpoints: data holds the cast structs, has_more says whether another page exists. Paginate with the after:/before: keyset cursors.

Summary

Types

t()

@type t() :: %MillionSend.List{
  data: list(),
  has_more: boolean(),
  object: String.t() | nil
}