UApiLogReadParams constructor
UApiLogReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - int? orderBy,
- String? pathContains,
- int? statusCode,
- int? minDurationMs,
- int? maxDurationMs,
- String? userId,
- String? ipAddress,
- bool? onlyErrors,
- String? creatorId,
- 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,
});