ResponseTimeRootCause constructor

ResponseTimeRootCause({
  1. bool? clientImpacting,
  2. List<ResponseTimeRootCauseService>? services,
})

Implementation

ResponseTimeRootCause({
  this.clientImpacting,
  this.services,
});