Get Patch Schedule Result
data class GetPatchScheduleResult(val id: String, val location: String, val name: String, val scheduleEntries: List<ScheduleEntryResponse>, val type: String)
Response to put/get patch schedules for Redis cache.
Constructors
Link copied to clipboard
fun GetPatchScheduleResult(id: String, location: String, name: String, scheduleEntries: List<ScheduleEntryResponse>, type: String)