Aydsko iRacing Data API
Show / Hide Table of Contents

Class SpectatorSubsessionDetail

Details of a subsession available to spectate.

Inheritance
object
SpectatorSubsessionDetail
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 SpectatorSubsessionDetail

Properties

EventType

The event type of the subsession.

Declaration
[JsonPropertyName("event_type")]
public EventType EventType { get; set; }
Property Value
Type Description
EventType

RaceWeekNum

The week number of the season for which this subsession is a part.

Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekNum { get; set; }
Property Value
Type Description
int

SeasonId

The season identifier for which this subsession is a part.

Declaration
[JsonPropertyName("season_id")]
public int SeasonId { get; set; }
Property Value
Type Description
int

SessionId

The session identifier.

Declaration
[JsonPropertyName("session_id")]
public int SessionId { get; set; }
Property Value
Type Description
int
Remarks

All subsessions which are instances of the same race share a session identifier value.

StartTime

The start time of the subsession.

Declaration
[JsonPropertyName("start_time")]
public DateTimeOffset StartTime { get; set; }
Property Value
Type Description
DateTimeOffset

SubsessionId

The subsession identifier.

Declaration
[JsonPropertyName("subsession_id")]
public int SubsessionId { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX