Skip to content

Latest commit

History

History
22 lines (16 loc) 路 550 Bytes

EduResourceCreation.md

File metadata and controls

22 lines (16 loc) 路 550 Bytes

FlatApi::EduResourceCreation

Properties

Name Type Description Notes
type EduResourceType
title String Title of the resource
parent String Identifier of the parent resource where the new one will created, e.g. a folder id or `root` [optional][default to 'root']

Example

require 'flat_api'

instance = FlatApi::EduResourceCreation.new(
  type: null,
  title: null,
  parent: null
)