Spatio.Model.AgentListResponse (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.AgentListResponse{
  agents: [Spatio.Model.Agent.t()] | nil,
  hasMore: boolean() | nil,
  total: integer() | nil,
  totalCount: integer() | nil
}

Functions

decode(value)