AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.args
/
BashArgs
Bash
Args
@
Serializable
data
class
BashArgs
(
val
command
:
String
,
val
timeoutSeconds
:
Int
=
60
,
val
envIds
:
List
<
String
>
=
emptyList()
)
:
ToolArgs
(
source
)
Members
Constructors
Bash
Args
Link copied to clipboard
constructor
(
command
:
String
,
timeoutSeconds
:
Int
=
60
,
envIds
:
List
<
String
>
=
emptyList()
)
Properties
command
Link copied to clipboard
val
command
:
String
env
Ids
Link copied to clipboard
val
envIds
:
List
<
String
>
timeout
Seconds
Link copied to clipboard
val
timeoutSeconds
:
Int