japanese-pokemon-cards-sdk-.../docs/JpnCardsPokemon.Sdk.Api.Set.md

2.2 KiB

JpnCardsPokemon.Sdk

JpnCardsPokemon.Sdk.Api

Set Class

Represents a set object from the web api.

public class Set

Inheritance System.Object 🡒 Set

Properties
Id The internal identification number that the set is given. Used to query for information about this single set or
for all cards in this single set.
ImageUrl A URL to the official set's image.
Language The language that the cards in the set are printed in.
Name The name of the set.
PrintedCardCount The number of cards in the set that is printed on the card. This differs from the set's
TotalCardCount in sets with Secret Rare cards.
SetCode The shorthand code for the set.
SourceUrl The URL to a page which has more information about the set.
TotalCardCount The total number of cards in the set.
Uuid A stable id for earch card. Output is an eight digit integer which is unique for each card. While the cards'
Id may change over time, the uuid should always remain stable and constant.
Year The year the set was released.