Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 661 Bytes

GoogleClassroomCoursework.md

File metadata and controls

24 lines (18 loc) · 661 Bytes

FlatApi::GoogleClassroomCoursework

Properties

Name Type Description Notes
id String Identifier of the coursework assigned by Classroom [optional]
state String State of the coursework [optional]
alternate_link String Absolute link to this coursework in the Classroom web UI [optional]
topic_id String Identifier of the topic where the assignment is created [optional]

Example

require 'flat_api'

instance = FlatApi::GoogleClassroomCoursework.new(
  id: null,
  state: null,
  alternate_link: null,
  topic_id: null
)