Aydsko iRacing Data API
Show / Hide Table of Contents

Class WeekScheduleDetail

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

Properties

CarRestrictions

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

CategoryId

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

PrecipitationChance

Declaration
[JsonPropertyName("precip_chance")]
public decimal PrecipitationChance { get; set; }
Property Value
Type Description
decimal

RaceLapLimit

Declaration
[JsonPropertyName("race_lap_limit")]
public int? RaceLapLimit { get; set; }
Property Value
Type Description
int?

RaceTimeLimit

Declaration
[JsonPropertyName("race_time_limit")]
public int? RaceTimeLimit { get; set; }
Property Value
Type Description
int?

RaceWeekNum

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

StartType

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

Track

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