toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.web.api
/
BetPushResponse
Bet
Push
Response
@
Serializable
data
class
BetPushResponse
(
val
error
:
BetError
?
,
val
betUniqueId
:
ArrayList
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
>
,
val
sum
:
Int
)
Members
Constructors
Bet
Push
Response
Link copied to clipboard
constructor
(
error
:
BetError
?
,
betUniqueId
:
ArrayList
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
>
,
sum
:
Int
)
Properties
bet
Unique
Id
Link copied to clipboard
val
betUniqueId
:
ArrayList
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
>
error
Link copied to clipboard
val
error
:
BetError
?
sum
Link copied to clipboard
val
sum
:
Int