protocol
4.0.5
common
protocol
/
dev.arbjerg.lavalink.protocol.v4
/
Git
Git
@
Serializable
data
class
Git
(
val
branch
:
String
,
val
commit
:
String
,
val
commitTime
:
Long
)
Members
Constructors
Git
Link copied to clipboard
constructor
(
branch
:
String
,
commit
:
String
,
commitTime
:
Long
)
Properties
branch
Link copied to clipboard
val
branch
:
String
commit
Link copied to clipboard
val
commit
:
String
commit
Time
Link copied to clipboard
val
commitTime
:
Long