BatchGetTracesResult constructor

BatchGetTracesResult({
  1. String? nextToken,
  2. List<Trace>? traces,
  3. List<String>? unprocessedTraceIds,
})

Implementation

BatchGetTracesResult({
  this.nextToken,
  this.traces,
  this.unprocessedTraceIds,
});