toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
TreeRef
Tree
Ref
data
class
TreeRef
(
val
sha
:
String
,
val
url
:
String
,
val
tree
:
List
<
TreeRef.TreeEntry
>
)
Members
Constructors
Tree
Ref
Link copied to clipboard
constructor
(
sha
:
String
,
url
:
String
,
tree
:
List
<
TreeRef.TreeEntry
>
)
Types
Tree
Entry
Link copied to clipboard
interface
TreeEntry
Properties
sha
Link copied to clipboard
val
sha
:
String
tree
Link copied to clipboard
val
tree
:
List
<
TreeRef.TreeEntry
>
url
Link copied to clipboard
val
url
:
String