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'] |
require 'flat_api'
instance = FlatApi::EduResourceCreation.new(
type: null,
title: null,
parent: null
)