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.write
/
WriteRequest
Write
Request
jvm
@
Serializable
data
class
WriteRequest
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
expected
:
Pair
<
String
?
,
Sha256
>
?
,
val
content
:
String
)
(
source
)
Members
Constructors
Write
Request
Link copied to clipboard
jvm
constructor
(
path
:
Path
,
displayPath
:
Path
,
expected
:
Pair
<
String
?
,
Sha256
>
?
,
content
:
String
)
Properties
content
Link copied to clipboard
jvm
val
content
:
String
display
Path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
val
displayPath
:
Path
expected
Link copied to clipboard
jvm
val
expected
:
Pair
<
String
?
,
Sha256
>
?
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
val
path
:
Path