Table of Contents

Class SetAbbreviation

Namespace
TcgDex.Models
Assembly
TcgDex.CSharpSdk.dll

A set's official and localized short codes.

public sealed record SetAbbreviation : IEquatable<SetAbbreviation>

Inheritance

Implements

Inherited Members

Properties

Localized

The localized abbreviation for the requested language.

public string? Localized { get; init; }

Property Value

string?

Official

The official abbreviation.

public string? Official { get; init; }

Property Value

string?