GetRepositoryTreeResult

data class GetRepositoryTreeResult(val id: String, val path: String? = null, val project: String, val recursive: Boolean? = null, val ref: String, val trees: List<GetRepositoryTreeTree>)

A collection of values returned by getRepositoryTree.

Constructors

Link copied to clipboard
constructor(id: String, path: String? = null, project: String, recursive: Boolean? = null, ref: String, trees: List<GetRepositoryTreeTree>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val path: String? = null

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

Link copied to clipboard

The ID or full path of the project owned by the authenticated user.

Link copied to clipboard
val recursive: Boolean? = null

Boolean value used to get a recursive tree (false by default).

Link copied to clipboard
val ref: String

The name of a repository branch or tag.

Link copied to clipboard

The list of files/directories returned by the search