toggle menu
agent-communication
JVM
switch theme
search in API
agent-communication
/
org.cryptotrader.agent.library.communication.response
/
FileContentResponse
File
Content
Response
data
class
FileContentResponse
(
val
path
:
String
,
val
totalLines
:
Int
,
val
encoding
:
String
=
"UTF-8"
,
val
content
:
String
,
val
isTruncated
:
Boolean
)
Members
Constructors
File
Content
Response
Link copied to clipboard
constructor
(
path
:
String
,
totalLines
:
Int
,
encoding
:
String
=
"UTF-8"
,
content
:
String
,
isTruncated
:
Boolean
)
Properties
content
Link copied to clipboard
val
content
:
String
encoding
Link copied to clipboard
val
encoding
:
String
is
Truncated
Link copied to clipboard
val
isTruncated
:
Boolean
path
Link copied to clipboard
val
path
:
String
total
Lines
Link copied to clipboard
val
totalLines
:
Int