Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SlotSwapStatus

Package version

The status of the last successful slot swap operation.

Hierarchy

  • SlotSwapStatus

Index

Properties

Optional destinationSlotName

destinationSlotName: undefined | string

The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceSlotName

sourceSlotName: undefined | string

The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timestampUtc

timestampUtc: Date

The time the last successful slot swap completed. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc