RootFileTreesJSON¶
- class RootFileTreesJSON[source]¶
A representation containing both the teacher file tree and student file tree for a submission.
- teacher: BaseFile | DirectoryWithChildren | None¶
The teacher file tree, this will be null if you do not have the permission to see teacher files. This might be exactly the same as the student tree.
- student: BaseFile | DirectoryWithChildren¶