View Source GitHub.Gist.History (GitHub REST API Client v0.0.6)

Provides struct and type for GistHistory

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Gist.History{
  change_status: map() | nil,
  committed_at: String.t() | nil,
  url: String.t() | nil,
  user: GitHub.User.simple() | nil,
  version: String.t() | nil
}