GetProjectBranchesBranchCommit

data class GetProjectBranchesBranchCommit(val authorEmail: String, val authorName: String, val authoredDate: String, val committedDate: String, val committerEmail: String, val committerName: String, val id: String, val message: String, val parentIds: List<String>, val shortId: String, val title: String)

Constructors

Link copied to clipboard
constructor(authorEmail: String, authorName: String, authoredDate: String, committedDate: String, committerEmail: String, committerName: String, id: String, message: String, parentIds: List<String>, shortId: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date which the commit was authored (format: yyyy-MM-ddTHH:mm:ssZ).

Link copied to clipboard

The email of the author.

Link copied to clipboard

The name of the author.

Link copied to clipboard

The date at which the commit was pushed (format: yyyy-MM-ddTHH:mm:ssZ).

Link copied to clipboard

The email of the user that committed.

Link copied to clipboard

The name of the user that committed.

Link copied to clipboard
val id: String

The unique id assigned to the commit by Gitlab.

Link copied to clipboard

The commit message

Link copied to clipboard

The id of the parents of the commit

Link copied to clipboard

The short id assigned to the commit by Gitlab.

Link copied to clipboard

The title of the commit