Schedule Item Response
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.
Schedule info describing when the server should be started or stopped.