toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
TreeRef
/
TreeEntry
Tree
Entry
interface
TreeEntry
Inheritors
Tree
Blob
Members
Types
Blob
Link copied to clipboard
data
class
Blob
(
val
path
:
String
,
val
mode
:
String
,
val
sha
:
String
,
val
url
:
String
,
val
size
:
Long
)
:
TreeRef.TreeEntry
Tree
Link copied to clipboard
data
class
Tree
(
val
path
:
String
,
val
mode
:
String
,
val
sha
:
String
,
val
url
:
String
)
:
TreeRef.TreeEntry
Properties
mode
Link copied to clipboard
abstract
val
mode
:
String
path
Link copied to clipboard
abstract
val
path
:
String
sha
Link copied to clipboard
abstract
val
sha
:
String
url
Link copied to clipboard
abstract
val
url
:
String