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
/
SessionData
Session
Data
jvm
data
class
SessionData
(
val
id
:
UUID
,
val
title
:
String
?
,
val
overview
:
String
?
,
val
workspaceId
:
UUID
,
val
agentIndex
:
AgentIndex
)
(
source
)
Members
Constructors
Session
Data
Link copied to clipboard
jvm
constructor
(
id
:
UUID
,
title
:
String
?
,
overview
:
String
?
,
workspaceId
:
UUID
,
agentIndex
:
AgentIndex
)
Properties
agent
Index
Link copied to clipboard
jvm
val
agentIndex
:
AgentIndex
id
Link copied to clipboard
jvm
val
id
:
UUID
overview
Link copied to clipboard
jvm
val
overview
:
String
?
title
Link copied to clipboard
jvm
val
title
:
String
?
workspace
Id
Link copied to clipboard
jvm
val
workspaceId
:
UUID