ThresholdShift ​
solidity
struct ThresholdShift {
uint256 oldUpperThresholdPercent;
uint256 oldLowerThresholdPercent;
uint256 shiftingTime;
uint256 startTimestamp;
}