Class SpectatorDetails
Lists the subsession details currently available to spectate.
Inherited Members
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class SpectatorDetails
Properties
EventTypes
Types of events included in the list of subsession details.
Declaration
[JsonPropertyName("event_types")]
public EventType[] EventTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| EventType[] |
SeasonIds
Season identifiers included in the list of subsession details.
Declaration
[JsonPropertyName("season_ids")]
public int[] SeasonIds { get; set; }
Property Value
| Type | Description |
|---|---|
| int[] |
Subsessions
List of subsession details.
Declaration
[JsonPropertyName("subsessions")]
public SpectatorSubsessionDetail[] Subsessions { get; set; }
Property Value
| Type | Description |
|---|---|
| SpectatorSubsessionDetail[] |
Success
Indicates if the query was successful.
Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |