ResponseTimeRootCauseService constructor

ResponseTimeRootCauseService({
  1. String? accountId,
  2. List<ResponseTimeRootCauseEntity>? entityPath,
  3. bool? inferred,
  4. String? name,
  5. List<String>? names,
  6. String? type,
})

Implementation

ResponseTimeRootCauseService({
  this.accountId,
  this.entityPath,
  this.inferred,
  this.name,
  this.names,
  this.type,
});