TraceSummary constructor

TraceSummary({
  1. Map<String, List<ValueWithServiceIds>>? annotations,
  2. List<AvailabilityZoneDetail>? availabilityZones,
  3. double? duration,
  4. ServiceId? entryPoint,
  5. List<ErrorRootCause>? errorRootCauses,
  6. List<FaultRootCause>? faultRootCauses,
  7. bool? hasError,
  8. bool? hasFault,
  9. bool? hasThrottle,
  10. Http? http,
  11. String? id,
  12. List<InstanceIdDetail>? instanceIds,
  13. bool? isPartial,
  14. DateTime? matchedEventTime,
  15. List<ResourceARNDetail>? resourceARNs,
  16. double? responseTime,
  17. List<ResponseTimeRootCause>? responseTimeRootCauses,
  18. int? revision,
  19. List<ServiceId>? serviceIds,
  20. 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,
});