View Source GitHub.Git.CommitParents (GitHub REST API Client v0.3.1)

Provides struct and type for a Git.CommitParents

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.CommitParents{
  __info__: map(),
  html_url: String.t(),
  sha: String.t(),
  url: String.t()
}