MTG SDK Elixir v0.1.4 Mtg.Card.ForeignName View Source

Struct defining a card forign name attributes and its types

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Mtg.Card.ForeignName{
  flavor: binary(),
  image_url: binary(),
  language: binary(),
  multiverseid: integer(),
  name: binary(),
  text: binary()
}