Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 378 Bytes

ClassAssignmentUpdateAllOfGoogleClassroom.md

File metadata and controls

18 lines (12 loc) · 378 Bytes

FlatApi::ClassAssignmentUpdateAllOfGoogleClassroom

Properties

Name Type Description Notes
topic_id String Identifier of the topic where the assignment is created [optional]

Example

require 'flat_api'

instance = FlatApi::ClassAssignmentUpdateAllOfGoogleClassroom.new(
  topic_id: null
)