Aydsko iRacing Data API
Show / Hide Table of Contents

Class SingleDriverSubsessionLapsHeader

Inheritance
object
SubsessionLapsHeader
SingleDriverSubsessionLapsHeader
Inherited Members
SubsessionLapsHeader.Success
SubsessionLapsHeader.SessionInfo
SubsessionLapsHeader.BestLapNumber
SubsessionLapsHeader.BestLapTime
SubsessionLapsHeader.BestNLapsNumber
SubsessionLapsHeader.BestNLapsTime
SubsessionLapsHeader.BestQualifyingLapNumber
SubsessionLapsHeader.BestQualifyingLapTime
SubsessionLapsHeader.BestQualifyingLapAt
SubsessionLapsHeader.ChunkInfo
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 SingleDriverSubsessionLapsHeader : SubsessionLapsHeader

Properties

CarId

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

CustomerId

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

GroupId

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

LicenseLevel

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

Livery

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

Name

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