HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.model
/
ActionMetadata
Action
Metadata
data
class
ActionMetadata
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
,
val
enableAITool
:
Boolean
,
val
parameters
:
List
<
ParameterMetadata
>
,
val
declaringClass
:
String
,
val
accessPath
:
String
)
Members
Constructors
Action
Metadata
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
,
enableAITool
:
Boolean
,
parameters
:
List
<
ParameterMetadata
>
,
declaringClass
:
String
,
accessPath
:
String
)
Properties
access
Path
Link copied to clipboard
val
accessPath
:
String
declaring
Class
Link copied to clipboard
val
declaringClass
:
String
description
Link copied to clipboard
val
description
:
String
enable
AITool
Link copied to clipboard
val
enableAITool
:
Boolean
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
List
<
ParameterMetadata
>