tools.ozone.queue.routeReports
Route reports within an ID range to matching queues based.
- class atproto_client.models.tools.ozone.queue.route_reports.Data
Bases:
DataModelBaseInput data model for
tools.ozone.queue.routeReports.- field end_report_id: int [Required]
End of report ID range (inclusive). Difference between start and end must be less than 5,000.
- field start_report_id: int [Required]
Start of report ID range (inclusive).
- class atproto_client.models.tools.ozone.queue.route_reports.DataDict
Bases:
TypedDict- end_report_id: int
End of report ID range (inclusive). Difference between start and end must be less than 5,000.
- start_report_id: int
Start of report ID range (inclusive).
- class atproto_client.models.tools.ozone.queue.route_reports.Response
Bases:
ResponseModelBaseOutput data model for
tools.ozone.queue.routeReports.- field assigned: int [Required]
The number of reports assigned to a queue.
- field unmatched: int [Required]
The number of reports with no matching queue.