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