toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.moderation
/
QueryEventsResponse
Query
Events
Response
@
Serializable
data
class
QueryEventsResponse
(
val
cursor
:
String
?
=
null
,
val
events
:
ReadOnlyList
<
ModEventView
>
)
Members
Constructors
Query
Events
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
events
:
ReadOnlyList
<
ModEventView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
events
Link copied to clipboard
val
events
:
ReadOnlyList
<
ModEventView
>