View Source GitHub.Commit.CommitTree (GitHub REST API Client v0.3.0)

Provides struct and type for a Commit.CommitTree

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Commit.CommitTree{
  __info__: map(),
  sha: String.t(),
  url: String.t()
}