| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique identifier of the submission | [optional] |
| classroom | string | Unique identifier of the classroom where the assignment was posted | [optional] |
| assignment | string | Unique identifier of the assignment | [optional] |
| creator | string | The User identifier of the student who created the submission | [optional] |
| creationDate | string | The date when the submission was created | [optional] |
| attachments | \Flat\APIClient\Model\MediaAttachment[] | [optional] | |
| submissionDate | string | The date when the student submitted his work | [optional] |
| studentComment | string | An optionnal comment sent by the student when submitting his work | [optional] |
| returnDate | string | The date when the teacher returned the work | [optional] |
| returnFeedback | string | The feedback associated with the return | [optional] |
| returnCreator | string | The User unique identifier of the teacher who returned the submission | [optional] |
| googleClassroom | \Flat\APIClient\Model\GoogleClassroomSubmission | [optional] |