Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.46 KB

Assignment.md

File metadata and controls

20 lines (16 loc) · 1.46 KB

Assignment

Properties

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]

[Back to Model list] [Back to API list] [Back to README]