Class WeekScheduleDetail
Inheritance
WeekScheduleDetail
Assembly: Aydsko.iRacingData.dll
Syntax
public class WeekScheduleDetail
Properties
CarRestrictions
Declaration
[JsonPropertyName("car_restrictions")]
public CarRestrictions[] CarRestrictions { get; set; }
Property Value
CategoryId
Declaration
[JsonPropertyName("category_id")]
public int CategoryId { get; set; }
Property Value
PrecipitationChance
Declaration
[JsonPropertyName("precip_chance")]
public decimal PrecipitationChance { get; set; }
Property Value
RaceLapLimit
Declaration
[JsonPropertyName("race_lap_limit")]
public int? RaceLapLimit { get; set; }
Property Value
RaceTimeLimit
Declaration
[JsonPropertyName("race_time_limit")]
public int? RaceTimeLimit { get; set; }
Property Value
RaceWeekNum
Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekNum { get; set; }
Property Value
StartType
Declaration
[JsonPropertyName("start_type")]
public string StartType { get; set; }
Property Value
Track
Declaration
[JsonPropertyName("track")]
public Track Track { get; set; }
Property Value