GetTreePlainArgs

data class GetTreePlainArgs(val recursive: Boolean? = null, val repository: String, val treeSha: String) : ConvertibleToJava<GetTreePlainArgs>

A collection of arguments for invoking getTree.

Constructors

Link copied to clipboard
constructor(recursive: Boolean? = null, repository: String, treeSha: String)

Properties

Link copied to clipboard
val recursive: Boolean? = null

Setting this parameter to true returns the objects or subtrees referenced by the tree specified in tree_sha.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

The SHA1 value for the tree.

Functions

Link copied to clipboard
open override fun toJava(): GetTreePlainArgs