Spatio.Model.ListChannelsResponse (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.ListChannelsResponse{
  channels: [Spatio.Model.Channel.t()] | nil,
  nextCursor: String.t() | nil,
  provider: String.t(),
  total: integer()
}

Functions

decode(value)