Skip to content

Latest commit

聽

History

History
20 lines (14 loc) 路 500 Bytes

File metadata and controls

20 lines (14 loc) 路 500 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 assignment will be copied. Must be a draft. [optional]

Example

require 'flat_api'

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