AgentPool constructor

AgentPool({
  1. BandwidthLimit? bandwidthLimit,
  2. String? displayName,
  3. String? name,
  4. String? state,
})

Implementation

AgentPool({
  this.bandwidthLimit,
  this.displayName,
  this.name,
  this.state,
});