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
Official
The official abbreviation.
public string? Official { get; init; }