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
/
Preview
Preview
@
Serializable
data
class
Preview
(
val
previewedAt
:
String
?
=
null
,
val
sourceUri
:
String
?
=
null
,
val
source
:
String
?
=
null
)
Preview metadata supplied by Scryfall.
Members
Constructors
Preview
Link copied to clipboard
constructor
(
previewedAt
:
String
?
=
null
,
sourceUri
:
String
?
=
null
,
source
:
String
?
=
null
)
Properties
previewed
At
Link copied to clipboard
@
SerialName
(
value
=
"previewed_at"
)
val
previewedAt
:
String
?
source
Link copied to clipboard
@
SerialName
(
value
=
"source"
)
val
source
:
String
?
source
Uri
Link copied to clipboard
@
SerialName
(
value
=
"source_uri"
)
val
sourceUri
:
String
?