Spatio.Model.FolderListEnvelope (spatio_sdk v0.0.2)

Fan-out list response for GET /v1/files/folders.

Summary

Types

t()

@type t() :: %Spatio.Model.FolderListEnvelope{
  accounts: [Spatio.Model.AccountStatus.t()],
  items: [Spatio.Model.Folder.t()] | nil
}

Functions

decode(value)