Public Attributes | List of all members
GetSeasonsResponse Struct Reference

Output parameters of the GetSeasons API. More...

Public Attributes

 $CurrentSeason
 The season identifier of the current season. More...
 
 $CurrentSeasonName
 
 $SeasonEntries
 

Detailed Description

Output parameters of the GetSeasons API.

See also
GetSeasons

Member Data Documentation

◆ $CurrentSeason

GetSeasonsResponse::$CurrentSeason

The season identifier of the current season.

This is a positive integer.

type: int

◆ $CurrentSeasonName

GetSeasonsResponse::$CurrentSeasonName

The name of current season.

type: string

◆ $SeasonEntries

GetSeasonsResponse::$SeasonEntries

The list of seasons, each season is given as a SeasonEntry

Example if 2008-2009 is the current season

  • 1 | 2001-2002 | false
  • 2 | 2002-2003 | false
  • (...)
  • 7 | 2007-2008 | false
  • 8 | 2008-2009 | true
See also
SeasonEntry type: SeasonEntry[]

The documentation for this struct was generated from the following file: