Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeagueSeasons

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

Properties

LeagueId

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

Retired

Declaration
[JsonPropertyName("retired")]
public bool Retired { get; set; }
Property Value
Type Description
bool

Seasons

Declaration
[JsonPropertyName("seasons")]
public Season[] Seasons { get; set; }
Property Value
Type Description
Season[]

Subscribed

Declaration
[JsonPropertyName("subscribed")]
public bool Subscribed { get; set; }
Property Value
Type Description
bool

Success

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