NodePool constructor

NodePool({
  1. String? id,
  2. List<String>? instanceNames,
  3. String? repairAction,
})

Implementation

NodePool({
  this.id,
  this.instanceNames,
  this.repairAction,
});