toggle menu
agent-models
JVM
switch theme
search in API
agent-models
/
org.cryptotrader.agent.library.model
/
FileSearchResult
File
Search
Result
data
class
FileSearchResult
(
val
path
:
String
,
val
matches
:
List
<
String
>
)
Members
Constructors
File
Search
Result
Link copied to clipboard
constructor
(
path
:
String
,
matches
:
List
<
String
>
)
Properties
matches
Link copied to clipboard
val
matches
:
List
<
String
>
path
Link copied to clipboard
val
path
:
String