toggle menu
river
jvm
switch theme
search in API
connector-github
/
com.river.connector.github.model
/
FileContent
File
Content
data
class
FileContent
(
val
path
:
String
,
val
fileType
:
String
,
val
content
:
String
)
Members
Constructors
File
Content
Link copied to clipboard
constructor
(
path
:
String
,
fileType
:
String
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
file
Type
Link copied to clipboard
val
fileType
:
String
path
Link copied to clipboard
val
path
:
String