Aydsko iRacing Data API
Show / Hide Table of Contents

Class PastSeasonCarClass

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

Properties

CarClassId

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

Name

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

RelativeSpeed

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

ShortName

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