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
/
JsNotFound
Js
Not
Found
js
data
class
JsNotFound
(
val
objectType
:
String
=
"not_found"
,
val
name
:
String
?
=
null
,
val
set
:
String
?
=
null
,
val
collectorNumber
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Js
Not
Found
Link copied to clipboard
js
constructor
(
objectType
:
String
=
"not_found"
,
name
:
String
?
=
null
,
set
:
String
?
=
null
,
collectorNumber
:
String
?
=
null
,
type
:
String
?
=
null
)
Properties
collector
Number
Link copied to clipboard
js
val
collectorNumber
:
String
?
name
Link copied to clipboard
js
val
name
:
String
?
object
Type
Link copied to clipboard
js
val
objectType
:
String
set
Link copied to clipboard
js
val
set
:
String
?
type
Link copied to clipboard
js
val
type
:
String
?