toggle menu
agent-communication
JVM
switch theme
search in API
agent-communication
/
org.cryptotrader.agent.library.communication.response
/
DirectoryListingResponse
Directory
Listing
Response
data
class
DirectoryListingResponse
(
val
path
:
String
,
val
entries
:
List
<
FileMetadata
>
)
:
BaseAgentResponse
Members
Constructors
Directory
Listing
Response
Link copied to clipboard
constructor
(
path
:
String
,
entries
:
List
<
FileMetadata
>
)
Properties
entries
Link copied to clipboard
val
entries
:
List
<
FileMetadata
>
message
Link copied to clipboard
val
message
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String