ScheduleItemResponse

data class ScheduleItemResponse(val startDay: String, val startTime: String, val stopDay: String, val stopTime: String)

Schedule info describing when the server should be started or stopped.

Constructors

Link copied to clipboard
constructor(startDay: String, startTime: String, stopDay: String, stopTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Start day.

Link copied to clipboard

Start time.

Link copied to clipboard

Stop day.

Link copied to clipboard

Stop time.