4 lines
91 B
Elixir

defmodule LoLAPI.Model.Metadata do
defstruct [:dataVersion, :matchId, :participants]
end