GetTreeResult

data class GetTreeResult(val entries: List<GetTreeEntry>, val id: String, val recursive: Boolean? = null, val repository: String, val treeSha: String)

A collection of values returned by getTree.

Constructors

Link copied to clipboard
constructor(entries: List<GetTreeEntry>, id: String, recursive: Boolean? = null, repository: String, treeSha: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Objects (of path, mode, type, size, and sha) specifying a tree structure.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val recursive: Boolean? = null
Link copied to clipboard
Link copied to clipboard