scryfall-api
Toggle table of contents
1.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
scryfall-api
scryfall-api
/
devmugi.mtgcards.scryfall.api.models
/
ScryfallList
/
ScryfallList
Scryfall
List
constructor
(
objectType
:
String
=
"list"
,
hasMore
:
Boolean
=
false
,
nextPage
:
String
?
=
null
,
totalCards
:
Int
?
=
null
,
data
:
List
<
T
>
=
emptyList()
,
warnings
:
List
<
String
>
?
=
null
,
notFound
:
List
<
NotFound
>
?
=
null
)