Slot Swap Status Response
    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
                fun SlotSwapStatusResponse(destinationSlotName: String, sourceSlotName: String, timestampUtc: String)