JsScryfallCardList

data class JsScryfallCardList(val objectType: String = "list", val hasMore: Boolean = false, val nextPage: String? = null, val totalCards: Int? = null, val data: Array<JsCard> = emptyArray(), val warnings: Array<String>? = null, val notFound: Array<JsNotFound>? = null)

Constructors

Link copied to clipboard
constructor(objectType: String = "list", hasMore: Boolean = false, nextPage: String? = null, totalCards: Int? = null, data: Array<JsCard> = emptyArray(), warnings: Array<String>? = null, notFound: Array<JsNotFound>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard