AutoscalingEvent constructor

AutoscalingEvent({
  1. String? currentNumWorkers,
  2. StructuredMessage? description,
  3. String? eventType,
  4. String? targetNumWorkers,
  5. String? time,
  6. String? workerPool,
})

Implementation

AutoscalingEvent({
  this.currentNumWorkers,
  this.description,
  this.eventType,
  this.targetNumWorkers,
  this.time,
  this.workerPool,
});