GetUpgradeHistoryResponse constructor

GetUpgradeHistoryResponse({
  1. String? nextToken,
  2. List<UpgradeHistory>? upgradeHistories,
})

Implementation

GetUpgradeHistoryResponse({
  this.nextToken,
  this.upgradeHistories,
});