| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | Title of the folder | [optional] |
| assignments_types | Array<AssignmentType> | The assignment types of the resources included in the folder | [optional] |
| resources_count | Float | The number of resources inside the folder | [optional] |
require 'flat_api'
instance = FlatApi::EduResourceFolder.new(
title: null,
assignments_types: null,
resources_count: null
)