Class SeasonScheduleCar
Inherited Members
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonScheduleCar
Properties
CarId
Declaration
[JsonPropertyName("car_id")]
public int CarId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CarName
Declaration
[JsonPropertyName("car_name")]
public string CarName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CarNameAbbreviated
Declaration
[JsonPropertyName("car_name_abbreviated")]
public string CarNameAbbreviated { get; set; }
Property Value
| Type | Description |
|---|---|
| string |