AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.debug
/
SessionDataEntry
Session
Data
Entry
data
class
SessionDataEntry
(
val
key
:
String
,
val
title
:
String
?
,
val
overview
:
String
?
,
val
workspaceId
:
String
,
val
agentIndex
:
String
)
:
DbEntry
(
source
)
Members
Constructors
Session
Data
Entry
Link copied to clipboard
constructor
(
key
:
String
,
title
:
String
?
,
overview
:
String
?
,
workspaceId
:
String
,
agentIndex
:
String
)
Properties
agent
Index
Link copied to clipboard
val
agentIndex
:
String
key
Link copied to clipboard
open
override
val
key
:
String
overview
Link copied to clipboard
val
overview
:
String
?
title
Link copied to clipboard
val
title
:
String
?
workspace
Id
Link copied to clipboard
val
workspaceId
:
String