Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeagueDirectoryResultPage

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

Properties

Items

Declaration
[JsonPropertyName("results_page")]
public LeagueDirectoryResultItem[] Items { get; set; }
Property Value
Type Description
LeagueDirectoryResultItem[]

Lowerbound

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

RowCount

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

Success

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

Upperbound

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