Aydsko iRacing Data API
Show / Hide Table of Contents

Class WorldRecordsHeaderInfo

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

Properties

CarId

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

ChunkInfo

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

LastUpdated

Declaration
[JsonPropertyName("last_updated")]
public DateTime LastUpdated { get; set; }
Property Value
Type Description
DateTime

Success

Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
Type Description
bool

TrackId

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