CourseModule
Propriedades do Objeto
| Nome | Tipo | Descrição | 
|---|---|---|
| name | String | Name of the couse module  | 
          
| description | String | Description of the couse module  | 
          
| order | Integer | Order of the course module in the course  | 
          
| course_contents | Array<CourseContent> | List of associated course contents  | 
          
| downloadable | Boolean | Flag to define the downloadable of the object  | 
          
| visible | Boolean | Flag to define the visible of the object  |