UApiLogReadParams constructor

UApiLogReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. int? orderBy,
  8. String? pathContains,
  9. int? statusCode,
  10. int? minDurationMs,
  11. int? maxDurationMs,
  12. String? userId,
  13. String? ipAddress,
  14. bool? onlyErrors,
  15. String? creatorId,
  16. dynamic selectorArgs,
})

Implementation

UApiLogReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.orderBy,
  this.pathContains,
  this.statusCode,
  this.minDurationMs,
  this.maxDurationMs,
  this.userId,
  this.ipAddress,
  this.onlyErrors,
  this.creatorId,
  this.selectorArgs,
});