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
/
Catalog
Catalog
@
Serializable
data
class
Catalog
(
val
objectType
:
String
=
"catalog"
,
val
uri
:
String
,
val
totalValues
:
Int
,
val
data
:
List
<
String
>
)
Members
Constructors
Catalog
Link copied to clipboard
constructor
(
objectType
:
String
=
"catalog"
,
uri
:
String
,
totalValues
:
Int
,
data
:
List
<
String
>
)
Properties
data
Link copied to clipboard
val
data
:
List
<
String
>
object
Type
Link copied to clipboard
@
SerialName
(
value
=
"object"
)
val
objectType
:
String
total
Values
Link copied to clipboard
@
SerialName
(
value
=
"total_values"
)
val
totalValues
:
Int
uri
Link copied to clipboard
val
uri
:
String