AgentConfigurationStatus class

Information about agents or connectors that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation, and whether the agent/connector configuration was updated.

Constructors

AgentConfigurationStatus({String? agentId, String? description, bool? operationSucceeded})
AgentConfigurationStatus.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String?
The agent/connector ID.
final
description String?
A description of the operation performed.
final
hashCode int
The hash code for this object.
no setterinherited
operationSucceeded bool?
Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited