QueueRouteReportsOutput constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory QueueRouteReportsOutput({
/// The number of reports assigned to a queue.
required int assigned,
/// The number of reports with no matching queue.
required int unmatched,
Map<String, dynamic>? $unknown,
}) = _QueueRouteReportsOutput;