AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.bash
/
BashRequest
Bash
Request
jvm
@
Serializable
data
class
BashRequest
(
val
command
:
String
,
val
timeout
:
Duration
,
val
envIds
:
Set
<
String
>
)
(
source
)
Members
Constructors
Bash
Request
Link copied to clipboard
jvm
constructor
(
command
:
String
,
timeout
:
Duration
,
envIds
:
Set
<
String
>
)
Properties
command
Link copied to clipboard
jvm
val
command
:
String
env
Ids
Link copied to clipboard
jvm
val
envIds
:
Set
<
String
>
timeout
Link copied to clipboard
jvm
val
timeout
:
Duration