Name | Type | Description | Notes |
---|---|---|---|
active | bool | When `true`, indicates that the business can assign this class description to new class schedules.<br /> When `false`, indicates that the business cannot assign this class description to new class schedules. | [optional] |
description | string | The long version of the class description. | [optional] |
id | int | The class description's ID. | [optional] |
image_url | string | The class description's image URL, if any. If it does not exist, nothing is returned. | [optional] |
last_updated | \DateTime | The date this class description was last modified. | [optional] |
level | \Swagger\Client\Model\Level | The level information about this class. | [optional] |
name | string | The name of this class description. | [optional] |
notes | string | Any notes about the class description. | [optional] |
prereq | string | Any prerequisites for the class. | [optional] |
program | \Swagger\Client\Model\Program | Contains information about the class description's program. | [optional] |
session_type | \Swagger\Client\Model\SessionType | Contains information about the class description's session type. | [optional] |
category | string | The category of this class description. | [optional] |
category_id | int | The category ID of this class description. | [optional] |
subcategory | string | The subcategory of this class description. | [optional] |
subcategory_id | int | The subcategory ID of this class description. | [optional] |