ResponseTimeRootCauseService class
A collection of fields identifying the service in a response time warning.
Constructors
-
ResponseTimeRootCauseService({String? accountId, List<
ResponseTimeRootCauseEntity> ? entityPath, bool? inferred, String? name, List<String> ? names, String? type}) -
ResponseTimeRootCauseService.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
The account ID associated to the service.
final
-
entityPath
→ List<
ResponseTimeRootCauseEntity> ? -
The path of root cause entities found on the service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inferred → bool?
-
A Boolean value indicating if the service is inferred from the trace.
final
- name → String?
-
The service name.
final
-
names
→ List<
String> ? -
A collection of associated service names.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type associated to the service.
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