ExportAssignmentCSVData

class ExportAssignmentCSVData[source]

ExportAssignmentCSVData(type: “t.Literal[‘info’]”, columns: ‘t.Sequence[AssignmentExportColumn]’, user_ids: ‘t.Optional[t.Sequence[int]]’)

type: Literal['info']

Export assignment information as a CSV file.

columns: Sequence[AssignmentExportColumn]

The columns that should be included in the report.

user_ids: Sequence[int] | None

If not null only the submissions of these users will be included in the report.