CreatePlagiarismRunData# class CreatePlagiarismRunData[source]# The JSON to create a new plagiarism run. provider: str# The name of the plagiarism provider. Currently we only have JPlag. old_assignments: Sequence[int]# The list of the ids of the old assignments you want to include. provider_options: Mapping[str, Any]# Any options specific for the provider.