Spatio.Model.ListEmailsResponse (spatio_sdk v0.0.2)

List of emails across the selected accounts. provider is set on single-account calls; on fan-out it carries the value from the first contributing account (legacy behavior — clients should rely on the per-row provider field instead).

Summary

Types

t()

@type t() :: %Spatio.Model.ListEmailsResponse{
  emails: [Spatio.Model.Email.t()] | nil,
  nextPageToken: String.t() | nil,
  provider: String.t(),
  total: integer()
}

Functions

decode(value)