tabroom-api
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
tabroom-api
tabroom-api
/
dev.gmitch215.tabroom.api
/
Tournament
/
Tournament
Tournament
constructor
(
name
:
String
,
descriptionHTML
:
String
,
description
:
String
,
year
:
String
,
location
:
String
,
events
:
List
<
Event
>
=
mutableListOf()
,
judges
:
Map
<
String
,
List
<
Judge
>
>
=
mutableMapOf()
)