ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.queue
/
RouteReportsResponse
Route
Reports
Response
@
Serializable
data
class
RouteReportsResponse
(
val
assigned
:
Long
,
val
unmatched
:
Long
)
Parameters
assigned
The number of reports assigned to a queue.
unmatched
The number of reports with no matching queue.
Members
Constructors
Route
Reports
Response
Link copied to clipboard
constructor
(
assigned
:
Long
,
unmatched
:
Long
)
Properties
assigned
Link copied to clipboard
val
assigned
:
Long
The number of reports assigned to a queue.
unmatched
Link copied to clipboard
val
unmatched
:
Long
The number of reports with no matching queue.