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
/
IdentifiersRequest
Identifiers
Request
@
Serializable
data
class
IdentifiersRequest
(
val
identifiers
:
List
<
Identifier
>
,
val
pretty
:
Boolean
?
=
false
)
Members
Constructors
Identifiers
Request
Link copied to clipboard
constructor
(
identifiers
:
List
<
Identifier
>
,
pretty
:
Boolean
?
=
false
)
Properties
identifiers
Link copied to clipboard
@
SerialName
(
value
=
"identifiers"
)
val
identifiers
:
List
<
Identifier
>
pretty
Link copied to clipboard
@
SerialName
(
value
=
"pretty"
)
val
pretty
:
Boolean
?