GetDiscoverySummaryResponse class
Constructors
- GetDiscoverySummaryResponse({CustomerAgentInfo? agentSummary, int? applications, CustomerConnectorInfo? connectorSummary, int? servers, int? serversMappedToApplications, int? serversMappedtoTags})
-
GetDiscoverySummaryResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- agentSummary → CustomerAgentInfo?
-
Details about discovered agents, including agent status and health.
final
- applications → int?
-
The number of applications discovered.
final
- connectorSummary → CustomerConnectorInfo?
-
Details about discovered connectors, including connector status and health.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- servers → int?
-
The number of servers discovered.
final
- serversMappedToApplications → int?
-
The number of servers mapped to applications.
final
- serversMappedtoTags → int?
-
The number of servers mapped to tags.
final
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