GetServiceGraphResult class

Constructors

GetServiceGraphResult({bool? containsOldGroupVersions, DateTime? endTime, String? nextToken, List<Service>? services, DateTime? startTime})
GetServiceGraphResult.fromJson(Map<String, dynamic> json)
factory

Properties

containsOldGroupVersions bool?
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
final
endTime DateTime?
The end of the time frame for which the graph was generated.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
Pagination token.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<Service>?
The services that have processed a traced request during the specified time frame.
final
startTime DateTime?
The start of the time frame for which the graph was generated.
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