Skip to content

Latest commit

聽

History

History
22 lines (16 loc) 路 590 Bytes

File metadata and controls

22 lines (16 loc) 路 590 Bytes

FlatApi::EduResourceFolder

Properties

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]

Example

require 'flat_api'

instance = FlatApi::EduResourceFolder.new(
  title: null,
  assignments_types: null,
  resources_count: null
)