Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

EduResourceUseInClass.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

FlatApi::EduResourceUseInClass

Properties

Name Type Description Notes
classroom String The destination classroom where the resource will be copied.
assignment String An optional destination assignment where the original assignement will be copied. Must be a draft. [optional]

Example

require 'flat_api'

instance = FlatApi::EduResourceUseInClass.new(
  classroom: null,
  assignment: null
)