Skip to content

Files

Latest commit

30bf4d6 · Mar 8, 2024

History

History
20 lines (14 loc) · 544 Bytes

ClassDetailsGoogleDrive.md

File metadata and controls

20 lines (14 loc) · 544 Bytes

FlatApi::ClassDetailsGoogleDrive

Properties

Name Type Description Notes
teacher_folder_id String [Teachers only] The Drive directory identifier of the teachers' folder [optional]
teacher_folder_alternate_link String [Teachers only] The Drive URL of the teachers' folder [optional]

Example

require 'flat_api'

instance = FlatApi::ClassDetailsGoogleDrive.new(
  teacher_folder_id: null,
  teacher_folder_alternate_link: null
)