AgentInfo constructor

AgentInfo({
  1. String? agentId,
  2. List<AgentNetworkInfo>? agentNetworkInfoList,
  3. String? agentType,
  4. String? collectionStatus,
  5. String? connectorId,
  6. AgentStatus? health,
  7. String? hostName,
  8. String? lastHealthPingTime,
  9. String? registeredTime,
  10. String? version,
})

Implementation

AgentInfo({
  this.agentId,
  this.agentNetworkInfoList,
  this.agentType,
  this.collectionStatus,
  this.connectorId,
  this.health,
  this.hostName,
  this.lastHealthPingTime,
  this.registeredTime,
  this.version,
});