Spatio.Model.SheetListEnvelope (spatio_sdk v0.0.2)

Fan-out response for GET /v1/sheets. items aggregates sheets across every connected account; accounts carries one row per contributing connection — including failures.

Summary

Types

t()

@type t() :: %Spatio.Model.SheetListEnvelope{
  accounts: [Spatio.Model.AccountStatus.t()],
  items: [Spatio.Model.Sheet.t()]
}

Functions

decode(value)