Aydsko iRacing Data API
Show / Hide Table of Contents

Class SpectatorSubsessionIds

Lists the subsession identifiers currently available to spectate.

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

Properties

EventTypes

Types of events included in the list of subsession identifiers.

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

SubsessionIdentifiers

List of subsession identifiers.

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

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