TreeRef

data class TreeRef(val sha: String, val url: String, val tree: List<TreeRef.TreeEntry>)

Constructors

Link copied to clipboard
constructor(sha: String, url: String, tree: List<TreeRef.TreeEntry>)

Types

Link copied to clipboard
interface TreeEntry

Properties

Link copied to clipboard
val sha: String
Link copied to clipboard
Link copied to clipboard
val url: String