DailyScheduleResponse

data class DailyScheduleResponse(val scheduleRunTimes: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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