# Deck List
The Deck List Data Model describes a metadata-like model for a Deck.
Parent file: DeckList
Parent property: data
# Model Index
# Model Properties
# code
The set code for the deck.
- Type:
string
- Introduced:
v4.3.0
# fileName
The file name for the deck. Combines the
name
andcode
fields to avoid namespace collisions and are given a delimiter of_
.
- Type:
string
- Introduced:
v4.3.0
# name
The name of the deck.
- Type:
string
- Introduced:
v4.3.0
# releaseDate
The 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:
null || string
- Introduced:
v4.3.0
# type
The type of the deck.
- Type:
string
- Introduced:
v4.3.0