Class MemberBest
Inherited Members
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class MemberBest
Properties
BestLapTime
Declaration
[JsonPropertyName("best_lap_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestLapTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable |
EventType
Declaration
[JsonPropertyName("event_type")]
public string EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Track
Declaration
[JsonPropertyName("track")]
public Track Track { get; set; }
Property Value
| Type | Description |
|---|---|
| Track |