GetTraceSummariesResult class

Constructors

GetTraceSummariesResult({DateTime? approximateTime, String? nextToken, List<TraceSummary>? traceSummaries, int? tracesProcessedCount})
GetTraceSummariesResult.fromJson(Map<String, dynamic> json)
factory

Properties

approximateTime DateTime?
The start time of this page of results.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracesProcessedCount int?
The total number of traces processed, including traces that did not match the specified filter expression.
final
traceSummaries List<TraceSummary>?
Trace IDs and annotations for traces that were found in the specified time frame.
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