routeReports method
Route reports within an ID range to matching queues based.
Implementation
Future<XRPCResponse<QueueRouteReportsOutput>> routeReports({
required int startReportId,
required int endReportId,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneQueueRouteReports(
startReportId: startReportId,
endReportId: endReportId,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);