Skip to content

GistCommit

[Source]

A single commit in a gist's history. Contains the version SHA, commit timestamp, change statistics, and the user who made the commit.

class val GistCommit

Constructors

create

[Source]

new val create(
  creds: Credentials val,
  version': String val,
  url': String val,
  committed_at': String val,
  change_status': GistChangeStatus val,
  user': (User val | None val))
: GistCommit val^

Parameters

Returns


Public fields

let version: String val

[Source]


let url: String val

[Source]


let committed_at: String val

[Source]


let change_status: GistChangeStatus val

[Source]


let user: (User val | None val)

[Source]