View Source GitHub.Commit.Parents (GitHub REST API Client v0.3.1)

Provides struct and type for a Commit.Parents

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Commit.Parents{
  __info__: map(),
  html_url: String.t() | nil,
  sha: String.t(),
  url: String.t()
}