GetTraceGraphResult constructor

GetTraceGraphResult({
  1. String? nextToken,
  2. List<Service>? services,
})

Implementation

GetTraceGraphResult({
  this.nextToken,
  this.services,
});