JobScheduleDetail
A complex data type that specifies a schedule for running a job.
Elements
ScheduleType
String. The type of schedule. Valid values are:

AbsoluteDate

Daily

Weekly

Monthly
ScheduleStartDate
String. Optional. The date on which to start the schedule. The date is a standard XML String data type in the format YYYY‑MM‑DDThh:mm:ss‑sss. Milliseconds, if specified, are ignored.
ScheduleEndDate
String. Optional. The date on which to end the schedule. The date is a standard XML String data type using the format YYYY‑MM‑DDThh:mm:ss‑sss. Milliseconds, if specified, are ignored.
DatesExcluded
ArrayOfDate. Optional. An array of dates to exclude from the schedule.
AbsoluteDate
AbsoluteDate. Optional. This value applies if ScheduleType is AbsoluteDate.
Daily
Daily. Optional. This value applies if ScheduleType is Daily.
Weekly
Weekly. Optional. This value applies if ScheduleType is Weekly.
Monthly
Monthly. Optional. This value applies if ScheduleType is Monthly.