GetRepositoryTreeTree

data class GetRepositoryTreeTree(val id: String, val mode: String, val name: String, val path: String, val type: String)

Constructors

Link copied to clipboard
constructor(id: String, mode: String, name: String, path: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The SHA-1 hash of the tree or blob in the repository.

Link copied to clipboard

Unix access mode of the file in the repository.

Link copied to clipboard

Name of the blob or tree in the repository

Link copied to clipboard

Path of the object inside of the repository.

Link copied to clipboard

Type of object in the repository. Can be either type tree or of type blob