MTG SDK Elixir v0.1.4 Mtg.Response.Collection View Source

Response that encapsulates object collections

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Mtg.Response.Collection{
  count: integer(),
  data: [Mtg.Card.t() | Mtg.Set.t()],
  page_size: integer(),
  total_count: integer(),
  type: binary()
}