Skip to content

GitCommit

[Source]

The git commit data within a GitHub commit, containing author, committer, message, and the git-level URL. This is the nested commit object inside the top-level Commit response.

class val GitCommit

Constructors

create

[Source]

new val create(
  creds: Credentials val,
  author': GitPerson val,
  committer': GitPerson val,
  message': String val,
  url': String val)
: GitCommit val^

Parameters

Returns


Public fields

let author: GitPerson val

[Source]


let committer: GitPerson val

[Source]


let message: String val

[Source]


let url: String val

[Source]