ImportIntoAssignmentData# class ImportIntoAssignmentData[source]# Input data required for the Assignment::ImportInto operation. from_assignment_id: int# The id of the assignment from which you want to import the assignment. allow_existing_submissions: bool = False# Whether we should allow the existing assignment to have submissions, if this is not allowed the route will return an error stating that the assignment already has submissions.