---
title: "Class data model"
url: "https://docs.unified.to/lms/class/model"
description: "API reference for Class data model. Launch multiple pre-built Class integrations today with zero maintenance — all through a single API."
generated_at: "2026-07-04T01:56:19.640Z"
---
# Class data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/lms/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**media** array 

**course\_id**string 

(reference to Course)

**instructor\_ids**string array 

(reference to LmsInstructor)

**student\_ids**string array 

(reference to LmsStudent)

**languages**string array 

**raw**any
