WeeklyScheduleResponse

data class WeeklyScheduleResponse(val scheduleRunDays: List<String>? = null, val scheduleRunTimes: List<String>? = null)

Weekly schedule.

Constructors

Link copied to clipboard
constructor(scheduleRunDays: List<String>? = null, scheduleRunTimes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Schedule run days.

Link copied to clipboard

List of times of day this schedule has to be run.