Class SeasonSchedule
Inherited Members
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonSchedule
Properties
Schedules
Declaration
[JsonPropertyName("schedules")]
public SeasonScheduleItem[] Schedules { get; set; }
Property Value
| Type | Description |
|---|---|
| SeasonScheduleItem[] |
SeasonId
Declaration
[JsonPropertyName("season_id")]
public int SeasonId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Success
Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |