Class Flair
Assembly: Aydsko.iRacingData.dll
Syntax
Properties
CountryCode
Declaration
[JsonPropertyName("country_code")]
public string? CountryCode { get; set; }
Property Value
FlairId
Declaration
[JsonPropertyName("flair_id")]
public int FlairId { get; set; }
Property Value
FlairName
Declaration
[JsonPropertyName("flair_name")]
public string FlairName { get; set; }
Property Value
FlairShortName
Declaration
[JsonPropertyName("flair_shortname")]
public string? FlairShortName { get; set; }
Property Value
Sequence
Declaration
[JsonPropertyName("seq")]
public int Sequence { get; set; }
Property Value