WorkerReleasedEvent constructor

WorkerReleasedEvent({
  1. String? instance,
  2. String? zone,
})

Implementation

WorkerReleasedEvent({
  this.instance,
  this.zone,
});