Class SetBrief
- Namespace
- TcgDex.Models
- Assembly
- TcgDex.CSharpSdk.dll
The abbreviated set reference embedded in a card.
public sealed record SetBrief : IEquatable<SetBrief>Inheritance
Implements
Inherited Members
Extension Methods
Properties
CardCount
The set's card counts.
public CardCount? CardCount { get; init; }Property Value
Id
The set identifier, for example "swsh3".
public required string Id { get; init; }Property Value
Logo
Logo image URL, without file extension — append a quality and format before requesting it.
public string? Logo { get; init; }Property Value
Name
The set's display name.
public required string Name { get; init; }Property Value
Symbol
Symbol image URL, without file extension. Served language-neutral.
public string? Symbol { get; init; }