ReportReassignQueueInput constructor
const
ReportReassignQueueInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ReportReassignQueueInput({
/// ID of the report to reassign
required int reportId,
/// Target queue ID. Use -1 to unassign from any queue.
required int queueId,
/// Optional moderator-only note recorded on the resulting queueActivity as internalNote.
String? comment,
Map<String, dynamic>? $unknown,
}) = _ReportReassignQueueInput;