Spatio.Model.InboxListResponse (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.InboxListResponse{
  hasMore: boolean(),
  items: [Spatio.Model.InboxItem.t()],
  totalCount: integer()
}

Functions

decode(value)