Aydsko iRacing Data API
Show / Hide Table of Contents

Class RecapFavoriteCar

The member's favorite car in the recap period.

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

Properties

CarId

Unique identifier for the car.

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

CarImageUrl

URL pointing to an image of the car.

Declaration
[JsonPropertyName("car_image")]
public Uri CarImageUrl { get; set; }
Property Value
Type Description
Uri

CarName

Name of the car.

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