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] |
require 'flat_api'
instance = FlatApi::EduLibrary.new(
id: null,
name: null,
type: null,
visibility: null
)