AgentStates constructor
AgentStates({
- String? availableVersion,
- ServiceStates? hanaMonitoring,
- String? installedVersion,
- bool? isFullyEnabled,
- ServiceStates? processMetrics,
- ServiceStates? systemDiscovery,
Implementation
AgentStates({
this.availableVersion,
this.hanaMonitoring,
this.installedVersion,
this.isFullyEnabled,
this.processMetrics,
this.systemDiscovery,
});