Course#

class Course[source]#

The way this class will be represented in JSON.

id: int#

The id of this course

name: str#

The name of this course

created_at: datetime#

The date this course was created

virtual: bool#

Is this a virtual course.

state: CourseState#

The state this course is in.

tenant_id: Optional[str]#

The id of the tenant that owns this course.

price: Optional[CoursePrice]#

The price of this course.