toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
CommitOperatorResult
Commit
Operator
Result
@
Serializable
data
class
CommitOperatorResult
(
val
id
:
String
,
val
message
:
String
,
val
shortId
:
String
,
val
authorName
:
String
,
val
authorEmail
:
String
,
val
authoredDate
:
String
,
val
committerName
:
String
,
val
committerEmail
:
String
,
val
title
:
String
,
val
webUrl
:
String
=
""
,
val
parentIds
:
List
<
String
>
?
=
null
,
val
errorCode
:
String
?
=
null
)
Members
Constructors
Commit
Operator
Result
Link copied to clipboard
constructor
(
id
:
String
,
message
:
String
,
shortId
:
String
,
authorName
:
String
,
authorEmail
:
String
,
authoredDate
:
String
,
committerName
:
String
,
committerEmail
:
String
,
title
:
String
,
webUrl
:
String
=
""
,
parentIds
:
List
<
String
>
?
=
null
,
errorCode
:
String
?
=
null
)
Properties
authored
Date
Link copied to clipboard
val
authoredDate
:
String
author
Email
Link copied to clipboard
val
authorEmail
:
String
author
Name
Link copied to clipboard
val
authorName
:
String
committer
Email
Link copied to clipboard
val
committerEmail
:
String
committer
Name
Link copied to clipboard
val
committerName
:
String
error
Code
Link copied to clipboard
val
errorCode
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
message
Link copied to clipboard
val
message
:
String
parent
Ids
Link copied to clipboard
val
parentIds
:
List
<
String
>
?
=
null
short
Id
Link copied to clipboard
val
shortId
:
String
title
Link copied to clipboard
val
title
:
String
web
Url
Link copied to clipboard
val
webUrl
:
String