ICPC-live contest data parser
Toggle table of contents
dev
jvm
Platform filter
jvm
Switch theme
Search in API
ICPC-live contest data parser
eolymp
/
com.eolymp.graphql
/
JudgeContestSubmissions
/
Variables
Variables
@
Serializable
data
class
Variables
(
val
id
:
ID
,
val
offset
:
Int
?
=
null
,
val
count
:
Int
)
(
source
)
Members
Constructors
Variables
Link copied to clipboard
constructor
(
id
:
ID
,
offset
:
Int
?
=
null
,
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
id
Link copied to clipboard
val
id
:
ID
offset
Link copied to clipboard
val
offset
:
Int
?
=
null