Aydsko iRacing Data API
Show / Hide Table of Contents

Class SubsessionLapsHeader

Inheritance
object
SubsessionLapsHeader
SingleDriverSubsessionLapsHeader
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Results
Assembly: Aydsko.iRacingData.dll
Syntax
public class SubsessionLapsHeader

Properties

BestLapNumber

Declaration
[JsonPropertyName("best_lap_num")]
public int BestLapNumber { get; set; }
Property Value
Type Description
int

BestLapTime

Declaration
[JsonPropertyName("best_lap_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestLapTime { get; set; }
Property Value
Type Description
Nullable

BestNLapsNumber

Declaration
[JsonPropertyName("best_nlaps_num")]
public int BestNLapsNumber { get; set; }
Property Value
Type Description
int

BestNLapsTime

Declaration
[JsonPropertyName("best_nlaps_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestNLapsTime { get; set; }
Property Value
Type Description
Nullable

BestQualifyingLapAt

Declaration
[JsonPropertyName("best_qual_lap_at")]
public object? BestQualifyingLapAt { get; set; }
Property Value
Type Description
object

BestQualifyingLapNumber

Declaration
[JsonPropertyName("best_qual_lap_num")]
public int BestQualifyingLapNumber { get; set; }
Property Value
Type Description
int

BestQualifyingLapTime

Declaration
[JsonPropertyName("best_qual_lap_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestQualifyingLapTime { get; set; }
Property Value
Type Description
Nullable

ChunkInfo

Declaration
[JsonPropertyName("chunk_info")]
public ChunkInfo ChunkInfo { get; set; }
Property Value
Type Description
ChunkInfo

SessionInfo

Declaration
[JsonPropertyName("session_info")]
public SessionInfo SessionInfo { get; set; }
Property Value
Type Description
SessionInfo

Success

Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX