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.llm
/
UsageCursor
Usage
Cursor
jvm
data
class
UsageCursor
(
val
timestamp
:
Instant
,
val
id
:
UUID
)
(
source
)
用于分页查询 Usage 数据的指针,
timestamp
与
id
共同表示同一行数据。
Members
Constructors
Usage
Cursor
Link copied to clipboard
jvm
constructor
(
timestamp
:
Instant
,
id
:
UUID
)
Properties
id
Link copied to clipboard
jvm
val
id
:
UUID
timestamp
Link copied to clipboard
jvm
val
timestamp
:
Instant