Aydsko iRacing Data API
Show / Hide Table of Contents

Class CustomerLeagueSessions

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

Properties

Mine

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

Sequence

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

Sessions

Declaration
[JsonPropertyName("sessions")]
public CustomerLeagueSession[] Sessions { get; set; }
Property Value
Type Description
CustomerLeagueSession[]

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