GistChangeStatus
[Source]
The number of additions, deletions, and total changes in a gist commit.
class val GistChangeStatus
Constructors
create
[Source]
new val create(
additions': I64 val,
deletions': I64 val,
total': I64 val)
: GistChangeStatus val^
Parameters
- additions': I64 val
- deletions': I64 val
- total': I64 val
Returns
Public fields
let additions: I64 val
[Source]
let deletions: I64 val
[Source]
let total: I64 val
[Source]