Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

EduResourceMove.md

File metadata and controls

18 lines (12 loc) · 444 Bytes

FlatApi::EduResourceMove

Properties

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

Example

require 'flat_api'

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