QueueDeleteQueueInput constructor
const
QueueDeleteQueueInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory QueueDeleteQueueInput({
/// ID of the queue to delete
required int queueId,
/// Optional: migrate all reports to this queue. If not specified, reports will be set to unassigned (-1).
int? migrateToQueueId,
Map<String, dynamic>? $unknown,
}) = _QueueDeleteQueueInput;