LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.models.client
/
Build
Build
data
class
Build
(
val
buildId
:
Int
,
val
commitId
:
String
,
val
branch
:
String
,
val
lbVersion
:
String
,
val
mcVersion
:
String
,
val
release
:
Boolean
,
val
date
:
OffsetDateTime
,
val
message
:
String
,
val
url
:
String
)
Members
Constructors
Build
Link copied to clipboard
constructor
(
buildId
:
Int
,
commitId
:
String
,
branch
:
String
,
lbVersion
:
String
,
mcVersion
:
String
,
release
:
Boolean
,
date
:
OffsetDateTime
,
message
:
String
,
url
:
String
)
Properties
branch
Link copied to clipboard
val
branch
:
String
build
Id
Link copied to clipboard
@
SerializedName
(
value
=
"build_id"
)
val
buildId
:
Int
commit
Id
Link copied to clipboard
@
SerializedName
(
value
=
"commit_id"
)
val
commitId
:
String
date
Link copied to clipboard
val
date
:
OffsetDateTime
lb
Version
Link copied to clipboard
@
SerializedName
(
value
=
"lb_version"
)
val
lbVersion
:
String
mc
Version
Link copied to clipboard
@
SerializedName
(
value
=
"mc_version"
)
val
mcVersion
:
String
message
Link copied to clipboard
val
message
:
String
release
Link copied to clipboard
val
release
:
Boolean
url
Link copied to clipboard
val
url
:
String