AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.session
/
WorkspaceMeta
Workspace
Meta
jvm
@
Serializable
data
class
WorkspaceMeta
(
val
displayName
:
String
,
val
id
:
UUID
=
UUID.randomUUID()
,
val
path
:
Path
)
(
source
)
Members
Constructors
Workspace
Meta
Link copied to clipboard
jvm
constructor
(
displayName
:
String
,
id
:
UUID
=
UUID.randomUUID()
,
path
:
Path
)
Properties
display
Name
Link copied to clipboard
jvm
val
displayName
:
String
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
val
id
:
UUID
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
val
path
:
Path