# DeckList
The DeckList file model describes a metadata-like structure that holds top-level information about a Deck.
Parent file: DeckList
Parent property: data
# Model Index
# Model Properties
# code
Set code for the deck.
- Type:
string
- Introduced:
v4.3.0
# fileName
File name for the deck. Combines the
name
andcode
fields to avoid namespace collisions.
- Type:
string
- Introduced:
v4.3.0
# name
The name of the deck.
- Type:
string
- Introduced:
v4.3.0
# releaseDate
Release date in ISO 8601 (opens new window) format for the set. Returns
null
if the set was not formally released as a product.
- Type:
string | null
- Introduced:
v4.3.0
# type
The type of deck.
- Type:
string
- Introduced:
v4.3.0