Set
@Serializable
A Set object represents a group of related Magic cards. All Card objects on Scryfall belong to exactly one set. https://scryfall.com/docs/api/sets
Constructors
Link copied to clipboard
constructor(objectType: String = "set", id: String, code: String, mtgoCode: String? = null, arenaCode: String? = null, tcgplayerId: Int? = null, name: String, setType: String, releasedAt: String? = null, blockCode: String? = null, block: String? = null, parentSetCode: String? = null, cardCount: Int, printedSize: Int? = null, digital: Boolean = false, foilOnly: Boolean, nonfoilOnly: Boolean, scryfallUri: String, uri: String, iconSvgUri: String, searchUri: String)