Tournament

Tournament

new Tournament()

An API returned tournament object
Source:

Members

id :string

Tournament ID
Source:
Type:
  • string

relationships :Object

Relationships of the Tournament
Properties:
Name Type Description
relationships.matches Array.<Match> Array of empty Match classes, will need `.fetch()`
Source:
Type:
  • Object