InstanceGroupManagerActionsSummary constructor

InstanceGroupManagerActionsSummary({
  1. int? abandoning,
  2. int? creating,
  3. int? creatingWithoutRetries,
  4. int? deleting,
  5. int? none,
  6. int? recreating,
  7. int? refreshing,
  8. int? restarting,
  9. int? resuming,
  10. int? starting,
  11. int? stopping,
  12. int? suspending,
  13. int? verifying,
})

Implementation

InstanceGroupManagerActionsSummary({
  this.abandoning,
  this.creating,
  this.creatingWithoutRetries,
  this.deleting,
  this.none,
  this.recreating,
  this.refreshing,
  this.restarting,
  this.resuming,
  this.starting,
  this.stopping,
  this.suspending,
  this.verifying,
});