scryfall-api
Toggle table of contents
1.0.2
js
Target filter
js
Switch theme
Search in API
Skip to content
scryfall-api
scryfall-api
/
devmugi.mtgcards.scryfall.js.models
/
JsScryfallSetList
Js
Scryfall
Set
List
js
data
class
JsScryfallSetList
(
val
objectType
:
String
=
"list"
,
val
hasMore
:
Boolean
=
false
,
val
nextPage
:
String
?
=
null
,
val
totalCards
:
Int
?
=
null
,
val
data
:
Array
<
JsSet
>
=
emptyArray()
,
val
warnings
:
Array
<
String
>
?
=
null
,
val
notFound
:
Array
<
JsNotFound
>
?
=
null
)
Members
Constructors
Js
Scryfall
Set
List
Link copied to clipboard
js
constructor
(
objectType
:
String
=
"list"
,
hasMore
:
Boolean
=
false
,
nextPage
:
String
?
=
null
,
totalCards
:
Int
?
=
null
,
data
:
Array
<
JsSet
>
=
emptyArray()
,
warnings
:
Array
<
String
>
?
=
null
,
notFound
:
Array
<
JsNotFound
>
?
=
null
)
Properties
data
Link copied to clipboard
js
val
data
:
Array
<
JsSet
>
has
More
Link copied to clipboard
js
val
hasMore
:
Boolean
next
Page
Link copied to clipboard
js
val
nextPage
:
String
?
not
Found
Link copied to clipboard
js
val
notFound
:
Array
<
JsNotFound
>
?
object
Type
Link copied to clipboard
js
val
objectType
:
String
total
Cards
Link copied to clipboard
js
val
totalCards
:
Int
?
warnings
Link copied to clipboard
js
val
warnings
:
Array
<
String
>
?