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