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
/
BulkData
Bulk
Data
@
Serializable
data
class
BulkData
(
val
objectType
:
String
=
"bulk_data"
,
val
id
:
String
,
val
uri
:
String
,
val
type
:
String
,
val
name
:
String
,
val
description
:
String
,
val
downloadUri
:
String
,
val
updatedAt
:
String
,
val
size
:
Long
,
val
contentType
:
String
,
val
contentEncoding
:
String
)
Members
Constructors
Bulk
Data
Link copied to clipboard
constructor
(
objectType
:
String
=
"bulk_data"
,
id
:
String
,
uri
:
String
,
type
:
String
,
name
:
String
,
description
:
String
,
downloadUri
:
String
,
updatedAt
:
String
,
size
:
Long
,
contentType
:
String
,
contentEncoding
:
String
)
Properties
content
Encoding
Link copied to clipboard
@
SerialName
(
value
=
"content_encoding"
)
val
contentEncoding
:
String
content
Type
Link copied to clipboard
@
SerialName
(
value
=
"content_type"
)
val
contentType
:
String
description
Link copied to clipboard
val
description
:
String
download
Uri
Link copied to clipboard
@
SerialName
(
value
=
"download_uri"
)
val
downloadUri
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
object
Type
Link copied to clipboard
@
SerialName
(
value
=
"object"
)
val
objectType
:
String
size
Link copied to clipboard
val
size
:
Long
type
Link copied to clipboard
val
type
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
uri
Link copied to clipboard
val
uri
:
String