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

Provides struct and type for GitTree

Link to this section Summary

Link to this section Types

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