SlotSwapStatusResponse

data class SlotSwapStatusResponse(val destinationSlotName: String, val sourceSlotName: String, val timestampUtc: String)

The status of the last successful slot swap operation.

Constructors

Link copied to clipboard
constructor(destinationSlotName: String, sourceSlotName: String, timestampUtc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination slot of the last swap operation.

Link copied to clipboard

The source slot of the last swap operation.

Link copied to clipboard

The time the last successful slot swap completed.