GetCapacityBlockReservationInterruptionInfo constructor
const
GetCapacityBlockReservationInterruptionInfo({})
Creates a new GetCapacityBlockReservationInterruptionInfo.
interruptionType Type of interruption that occurred. Either spot-interruption or capacity-block-interruption.
sourceCapacityReservationId ID of the source Capacity Reservation that originally held the capacity, if the reservation was created as a result of an interruption.
Implementation
const GetCapacityBlockReservationInterruptionInfo({
required this.interruptionType,
required this.sourceCapacityReservationId,
});