Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 452 Bytes

ClassDetailsGoogleClassroom.md

File metadata and controls

20 lines (14 loc) · 452 Bytes

FlatApi::ClassDetailsGoogleClassroom

Properties

Name Type Description Notes
id String The course identifier on Google Classroom [optional]
alternate_link String Absolute link to this course in the Classroom web UI [optional]

Example

require 'flat_api'

instance = FlatApi::ClassDetailsGoogleClassroom.new(
  id: null,
  alternate_link: null
)