Class SessionResults
Inheritance
SessionResults
Assembly: Aydsko.iRacingData.dll
Syntax
public class SessionResults
Properties
Results
Declaration
[JsonPropertyName("results")]
public Result[] Results { get; set; }
Property Value
SimSessionName
Declaration
[JsonPropertyName("simsession_name")]
public string SimSessionName { get; set; }
Property Value
SimSessionNumber
Declaration
[JsonPropertyName("simsession_number")]
public int SimSessionNumber { get; set; }
Property Value
SimSessionSubType
Declaration
[JsonPropertyName("simsession_subtype")]
public int SimSessionSubType { get; set; }
Property Value
SimSessionType
Declaration
[JsonPropertyName("simsession_type")]
public int SimSessionType { get; set; }
Property Value
SimSessionTypeName
Declaration
[JsonPropertyName("simsession_type_name")]
public string SimSessionTypeName { get; set; }
Property Value
WeatherResult
Declaration
[JsonPropertyName("weather_result")]
public SessionResultsWeather WeatherResult { get; set; }
Property Value