GetPatchScheduleResult

data class GetPatchScheduleResult(val id: 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
constructor(id: String, name: String, scheduleEntries: List<ScheduleEntryResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

List of patch schedules for a Redis cache.

Link copied to clipboard

Resource type.