toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
TreeRef
/
TreeEntry
/
Tree
Tree
data
class
Tree
(
val
path
:
String
,
val
mode
:
String
,
val
sha
:
String
,
val
url
:
String
)
:
TreeRef.TreeEntry
Members
Constructors
Tree
Link copied to clipboard
constructor
(
path
:
String
,
mode
:
String
,
sha
:
String
,
url
:
String
)
Properties
mode
Link copied to clipboard
open
override
val
mode
:
String
path
Link copied to clipboard
open
override
val
path
:
String
sha
Link copied to clipboard
open
override
val
sha
:
String
url
Link copied to clipboard
open
override
val
url
:
String