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.debug
/
SecretEntry
Secret
Entry
jvm
data
class
SecretEntry
(
val
key
:
UUID
,
val
content
:
String
)
:
DbEntry
<
UUID
>
(
source
)
Members
Constructors
Secret
Entry
Link copied to clipboard
jvm
constructor
(
key
:
UUID
,
content
:
String
)
Properties
content
Link copied to clipboard
jvm
val
content
:
String
key
Link copied to clipboard
jvm
open
override
val
key
:
UUID