AgentStates constructor

AgentStates({
  1. String? availableVersion,
  2. ServiceStates? hanaMonitoring,
  3. String? installedVersion,
  4. bool? isFullyEnabled,
  5. ServiceStates? processMetrics,
  6. ServiceStates? systemDiscovery,
})

Implementation

AgentStates({
  this.availableVersion,
  this.hanaMonitoring,
  this.installedVersion,
  this.isFullyEnabled,
  this.processMetrics,
  this.systemDiscovery,
});