TraceSummary constructor
TraceSummary({
- Map<
String, List< ? annotations,ValueWithServiceIds> > - List<
AvailabilityZoneDetail> ? availabilityZones, - double? duration,
- ServiceId? entryPoint,
- List<
ErrorRootCause> ? errorRootCauses, - List<
FaultRootCause> ? faultRootCauses, - bool? hasError,
- bool? hasFault,
- bool? hasThrottle,
- Http? http,
- String? id,
- List<
InstanceIdDetail> ? instanceIds, - bool? isPartial,
- DateTime? matchedEventTime,
- List<
ResourceARNDetail> ? resourceARNs, - double? responseTime,
- List<
ResponseTimeRootCause> ? responseTimeRootCauses, - int? revision,
- List<
ServiceId> ? serviceIds, - List<
TraceUser> ? users,
Implementation
TraceSummary({
this.annotations,
this.availabilityZones,
this.duration,
this.entryPoint,
this.errorRootCauses,
this.faultRootCauses,
this.hasError,
this.hasFault,
this.hasThrottle,
this.http,
this.id,
this.instanceIds,
this.isPartial,
this.matchedEventTime,
this.resourceARNs,
this.responseTime,
this.responseTimeRootCauses,
this.revision,
this.serviceIds,
this.users,
});