Aydsko iRacing Data API
Show / Hide Table of Contents

Class WorldRecordsHeader

Inheritance
object
WorldRecordsHeader
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 WorldRecordsHeader

Properties

Data

Declaration
[JsonPropertyName("data")]
public WorldRecordsHeaderInfo Data { get; set; }
Property Value
Type Description
WorldRecordsHeaderInfo

ResultType

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