Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 645 Bytes

EduLibrary.md

File metadata and controls

24 lines (18 loc) · 645 Bytes

FlatApi::EduLibrary

Properties

Name Type Description Notes
id String Unique identifier of the library. This one can be used to list the underlying resources using `GET /v2/eduResources?parent={library-id}` [optional]
name String Name of the lirbary [optional]
type String Type of the library [optional]
visibility String Visibility of the library [optional]

Example

require 'flat_api'

instance = FlatApi::EduLibrary.new(
  id: null,
  name: null,
  type: null,
  visibility: null
)