Aydsko iRacing Data API
Show / Hide Table of Contents

Class SpectatorDetails

Lists the subsession details currently available to spectate.

Inheritance
object
SpectatorDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX