Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.1 KB

Duration1.md

File metadata and controls

13 lines (9 loc) · 1.1 KB

Duration1

Properties

Name Type Description Notes
type string The intended length of the course. Possible values are: - Continuous: The course is active on an ongoing basis. This is the default. - DateRange: The course will only be available between specific date ranges. - FixedNumDays: The course will only be available for a set number of days. - Term: The course's parent term duration settings will be used. [optional]
start \DateTime The date this course starts. May only be set if availability.duration.type is DateRange. [optional]
end \DateTime The date this course ends. May only be set if availability.duration.type is DateRange. [optional]
days_of_use int The number of days this course can be used. May only be set if availability.duration.type is FixedNumDays. [optional]

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