GetUpgradeHistoryResponse constructor
GetUpgradeHistoryResponse({
- String? nextToken,
- List<
UpgradeHistory> ? upgradeHistories,
Implementation
GetUpgradeHistoryResponse({
this.nextToken,
this.upgradeHistories,
});