View Source GitHub.Gist.CommitChangeStatus (GitHub REST API Client v0.3.1)

Provides struct and type for a Gist.CommitChangeStatus

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Gist.CommitChangeStatus{
  __info__: map(),
  additions: integer() | nil,
  deletions: integer() | nil,
  total: integer() | nil
}