Represents a Git tree entry.
extension
The extension of the file
isGenerated
Whether or not this tree entry is generated
language
The programming language this file is written in.
lineCount
Number of lines in the file.
mode
Entry file mode.
name
Entry file name.
nameRaw
Entry file name. (Base64-encoded)
object
Entry file object.
oid
Entry file Git object ID.
path
The full path of the file.
pathRaw
The full path of the file. (Base64-encoded)
repository
The Repository the tree entry belongs to
size
Entry byte size
submodule
If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule
type
Entry file type.
Tree
URI