Aydsko iRacing Data API
Show / Hide Table of Contents

Class Flair

Inheritance
object
Flair
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Lookups
Assembly: Aydsko.iRacingData.dll
Syntax
public class Flair

Properties

CountryCode

Declaration
[JsonPropertyName("country_code")]
public string? CountryCode { get; set; }
Property Value
Type Description
string

FlairId

Declaration
[JsonPropertyName("flair_id")]
public int FlairId { get; set; }
Property Value
Type Description
int

FlairName

Declaration
[JsonPropertyName("flair_name")]
public string FlairName { get; set; }
Property Value
Type Description
string

FlairShortName

Declaration
[JsonPropertyName("flair_shortname")]
public string? FlairShortName { get; set; }
Property Value
Type Description
string

Sequence

Declaration
[JsonPropertyName("seq")]
public int Sequence { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX