WorkerAssignedEvent constructor

WorkerAssignedEvent({
  1. String? instance,
  2. String? machineType,
  3. String? zone,
})

Implementation

WorkerAssignedEvent({
  this.instance,
  this.machineType,
  this.zone,
});