Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonStandingsStandingsDetails

Inheritance
object
SeasonStandingsStandingsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonStandingsStandingsDetails

Properties

DriverStandings

Declaration
[JsonPropertyName("driver_standings")]
public SeasonStandingsDriverStandings[] DriverStandings { get; set; }
Property Value
Type Description
SeasonStandingsDriverStandings[]

TeamStandings

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