GetFolderResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full commit ID used as a reference for the returned version of the folder content.

Link copied to clipboard
val files: List<File>?

The list of files in the specified folder, if any.

Link copied to clipboard

The fully qualified path of the folder whose contents are returned.

Link copied to clipboard

The list of folders that exist under the specified folder, if any.

Link copied to clipboard

The list of submodules in the specified folder, if any.

Link copied to clipboard

The list of symbolic links to other files and folders in the specified folder, if any.

Link copied to clipboard

The full SHA-1 pointer of the tree information for the commit that contains the folder.

Functions

Link copied to clipboard
inline fun copy(block: GetFolderResponse.Builder.() -> Unit = {}): GetFolderResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String