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
/
ImageUris
Image
Uris
@
Serializable
data
class
ImageUris
(
val
small
:
String
?
=
null
,
val
normal
:
String
?
=
null
,
val
large
:
String
?
=
null
,
val
png
:
String
?
=
null
,
val
artCrop
:
String
?
=
null
,
val
borderCrop
:
String
?
=
null
)
Available imagery for a card or card face.
Members
Constructors
Image
Uris
Link copied to clipboard
constructor
(
small
:
String
?
=
null
,
normal
:
String
?
=
null
,
large
:
String
?
=
null
,
png
:
String
?
=
null
,
artCrop
:
String
?
=
null
,
borderCrop
:
String
?
=
null
)
Properties
art
Crop
Link copied to clipboard
@
SerialName
(
value
=
"art_crop"
)
val
artCrop
:
String
?
border
Crop
Link copied to clipboard
@
SerialName
(
value
=
"border_crop"
)
val
borderCrop
:
String
?
large
Link copied to clipboard
@
SerialName
(
value
=
"large"
)
val
large
:
String
?
normal
Link copied to clipboard
@
SerialName
(
value
=
"normal"
)
val
normal
:
String
?
png
Link copied to clipboard
@
SerialName
(
value
=
"png"
)
val
png
:
String
?
small
Link copied to clipboard
@
SerialName
(
value
=
"small"
)
val
small
:
String
?