Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

File metadata and controls

18 lines (12 loc) · 444 Bytes

FlatApi::EduResourceCopy

Properties

Name Type Description Notes
destination String Unique identifier of the destination of the folder where to copy this resource. This can also be `root` to copy the resource at the root of the user resource library.

Example

require 'flat_api'

instance = FlatApi::EduResourceCopy.new(
  destination: null
)