ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.report
/
GetHistoricalStatsResponse
Get
Historical
Stats
Response
@
Serializable
data
class
GetHistoricalStatsResponse
(
val
stats
:
List
<
HistoricalStats
>
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Get
Historical
Stats
Response
Link copied to clipboard
constructor
(
stats
:
List
<
HistoricalStats
>
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
stats
Link copied to clipboard
val
stats
:
List
<
HistoricalStats
>