View Source GitHub.Git.Tree (GitHub REST API Client v0.2.2)

Provides struct and type for a Git.Tree

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.Tree{
  __info__: map(),
  sha: String.t(),
  tree: [map()],
  truncated: boolean(),
  url: String.t()
}