Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 3.18 KB

ClassSchedule.md

File metadata and controls

31 lines (27 loc) · 3.18 KB

ClassSchedule

Properties

Name Type Description Notes
classes \Swagger\Client\Model\ModelClass[] Contains information about classes. [optional]
clients \Swagger\Client\Model\Client[] Contains information about clients. [optional]
course \Swagger\Client\Model\Course Contains information about the course that the enrollment is a part of. [optional]
semester_id int The semester ID for the enrollment (if any). [optional]
is_available bool When `true`, indicates that the enrollment shows in consumer mode, has not started yet, and there is room in each class of the enrollment.<br /> When `false`, indicates that either the enrollment does not show in consumer mode, has already started, or there is no room in some classes of the enrollment. [optional]
id int The unique ID of the class schedule. [optional]
class_description \Swagger\Client\Model\ClassDescription Contains information about the class. [optional]
day_sunday bool When `true`, indicates that this schedule occurs on Sundays. [optional]
day_monday bool When `true`, indicates that this schedule occurs on Mondays. [optional]
day_tuesday bool When `true`, indicates that this schedule occurs on Tuesdays. [optional]
day_wednesday bool When `true`, indicates that this schedule occurs on Wednesdays. [optional]
day_thursday bool When `true`, indicates that this schedule occurs on Thursdays. [optional]
day_friday bool When `true`, indicates that this schedule occurs on Fridays. [optional]
day_saturday bool When `true`, indicates that this schedule occurs on Saturdays. [optional]
allow_open_enrollment bool When `true`, indicates that the enrollment allows booking after the enrollment has started. [optional]
allow_date_forward_enrollment bool When `true`, indicates that this the enrollment shows in consumer mode, the enrollment has not started yet, and there is room in each class of the enrollment. [optional]
start_time \DateTime The time this class schedule starts. [optional]
end_time \DateTime The time this class schedule ends. [optional]
start_date \DateTime The date this class schedule starts. [optional]
end_date \DateTime The date this class schedule ends. [optional]
staff \Swagger\Client\Model\Staff Contains information about the staff member who is regularly scheduled to teach the class. [optional]
location \Swagger\Client\Model\Location Contains information about the regularly scheduled location of this class. [optional]

[Back to Model list] [Back to API list] [Back to README]