Class CarsDriven
Inherited Members
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class CarsDriven
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 |