ListUpgradesResponse constructor

ListUpgradesResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<Upgrade>? upgrades,
})

Implementation

ListUpgradesResponse({
  this.nextPageToken,
  this.unreachable,
  this.upgrades,
});