JsScryfallCardSymbolList

data class JsScryfallCardSymbolList(val objectType: String = "list", val hasMore: Boolean = false, val nextPage: String? = null, val data: Array<JsCardSymbol> = emptyArray())

Constructors

Link copied to clipboard
constructor(objectType: String = "list", hasMore: Boolean = false, nextPage: String? = null, data: Array<JsCardSymbol> = emptyArray())

Properties

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