Name | Type | Description | Notes |
---|---|---|---|
state | string | State of the assignment | [optional] |
title | string | Title of the assignment | [optional] |
classroom | string | The unique identifier of the class where this assignment was posted | [optional] |
description | string | Description and content of the assignment | [optional] |
attachments | \Flat\APIClient\Model\MediaAttachment[] | [optional] | |
submissions | \Flat\APIClient\Model\AssignmentSubmission[] | [optional] | |
creator | string | The User unique identifier of the creator of this assignment | [optional] |
creationDate | \DateTime | The creation date of this assignment | [optional] |
scheduledDate | \DateTime | The publication (scheduled) date of the assignment. If this one is specified, the assignment will only be listed to the teachers of the class. | [optional] |
dueDate | \DateTime | The due date of this assignment, late submissions will be marked as paste due. | [optional] |
googleClassroom | \Flat\APIClient\Model\GoogleClassroomCoursework | [optional] |