toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
Commit
/
CommitDetails
Commit
Details
data
class
CommitDetails
(
val
message
:
String
,
val
author
:
Commit.CommitAuthor
,
val
committer
:
Commit.CommitCommitter
)
Members
Constructors
Commit
Details
Link copied to clipboard
constructor
(
message
:
String
,
author
:
Commit.CommitAuthor
,
committer
:
Commit.CommitCommitter
)
Properties
author
Link copied to clipboard
val
author
:
Commit.CommitAuthor
committer
Link copied to clipboard
val
committer
:
Commit.CommitCommitter
message
Link copied to clipboard
val
message
:
String