UpgradeHistoryEntry constructor

UpgradeHistoryEntry({
  1. String? action,
  2. String? containerImage,
  3. String? createTime,
  4. String? framework,
  5. String? snapshot,
  6. String? state,
  7. String? targetVersion,
  8. String? version,
  9. String? vmImage,
})

Implementation

UpgradeHistoryEntry({
  this.action,
  this.containerImage,
  this.createTime,
  this.framework,
  this.snapshot,
  this.state,
  this.targetVersion,
  this.version,
  this.vmImage,
});