Table of Contents

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

CardCount?

Id

The set identifier, for example "swsh3".

public required string Id { get; init; }

Property Value

string

Logo image URL, without file extension — append a quality and format before requesting it.

public string? Logo { get; init; }

Property Value

string?

Name

The set's display name.

public required string Name { get; init; }

Property Value

string

Symbol

Symbol image URL, without file extension. Served language-neutral.

public string? Symbol { get; init; }

Property Value

string?