Class ListSeason
Inherited Members
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class ListSeason : SeasonBase
Properties
FixedSetup
Declaration
[JsonPropertyName("fixed_setup")]
public bool FixedSetup { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RookieSeason
Declaration
[JsonPropertyName("rookie_season")]
public string? RookieSeason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SeriesName
Declaration
[JsonPropertyName("series_name")]
public string SeriesName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |