Class MemberRecentRaces
Inherited Members
Namespace: Aydsko.iRacingData.Stats
Assembly: Aydsko.iRacingData.dll
Syntax
public class MemberRecentRaces
Properties
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Races
Declaration
[JsonPropertyName("races")]
public Race[] Races { get; set; }
Property Value
| Type | Description |
|---|---|
| Race[] |