WorkerPool constructor

WorkerPool({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? name,
  7. PrivatePoolV1Config? privatePoolV1Config,
  8. String? state,
  9. String? uid,
  10. String? updateTime,
})

Implementation

WorkerPool({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.name,
  this.privatePoolV1Config,
  this.state,
  this.uid,
  this.updateTime,
});