Spatio.Model.AccountStatus (spatio_sdk v0.0.2)

Outcome of one connected account's contribution to a fan-out call. Every connection that participated appears in Envelope.accounts exactly once, regardless of whether it succeeded, errored, or returned zero items.

Summary

Types

t()

@type t() :: %Spatio.Model.AccountStatus{
  accountId: String.t(),
  accountName: String.t() | nil,
  error: Spatio.Model.AccountError.t() | nil,
  nextPageToken: String.t() | nil,
  provider: String.t(),
  status: String.t()
}

Functions

decode(value)