Aydsko iRacing Data API
Show / Hide Table of Contents

Class FlairLookupResponse

Inheritance
object
FlairLookupResponse
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 FlairLookupResponse

Properties

Flairs

Declaration
[JsonPropertyName("flairs")]
public Flair[] Flairs { get; set; }
Property Value
Type Description
Flair[]

Success

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