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 ID of this resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The path inside repository. Used to get content of subdirectories.

Link copied to clipboard