AgentListEntry constructor

AgentListEntry({
  1. String? agentArn,
  2. String? name,
  3. AgentStatus? status,
})

Implementation

AgentListEntry({
  this.agentArn,
  this.name,
  this.status,
});