AgentPreview constructor

AgentPreview({
  1. required String agentId,
  2. AgentHealth? agentHealth,
  3. String? agentVersion,
  4. String? autoScalingGroup,
  5. String? hostname,
  6. String? ipv4Address,
  7. String? kernelVersion,
  8. String? operatingSystem,
})

Implementation

AgentPreview({
  required this.agentId,
  this.agentHealth,
  this.agentVersion,
  this.autoScalingGroup,
  this.hostname,
  this.ipv4Address,
  this.kernelVersion,
  this.operatingSystem,
});