| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier of the course on MusicFirst Classroom | [optional] |
| alternate_link | String | Link to MusicFirst Classroom class | [optional] |
require 'flat_api'
instance = FlatApi::ClassDetailsMfc.new(
id: null,
alternate_link: null
)