RouteReportsResponse

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.

Constructors

Link copied to clipboard
constructor(assigned: Long, unmatched: Long)

Properties

Link copied to clipboard

The number of reports assigned to a queue.

Link copied to clipboard

The number of reports with no matching queue.