Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 288 Bytes

EduResourceFolder.md

File metadata and controls

18 lines (12 loc) · 288 Bytes

FlatApi::EduResourceFolder

Properties

Name Type Description Notes
title String Title of the folder [optional]

Example

require 'flat_api'

instance = FlatApi::EduResourceFolder.new(
  title: null
)