View Source GitHub.Commit.SearchResultItemParents (GitHub REST API Client v0.3.3)

Provides struct and type for a Commit.SearchResultItemParents

Link to this section Summary

Link to this section Types

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