ResponseTimeRootCause constructor
ResponseTimeRootCause({
- bool? clientImpacting,
- List<
ResponseTimeRootCauseService> ? services,
Implementation
ResponseTimeRootCause({
this.clientImpacting,
this.services,
});