data class UserReportQuery (source)
<init> |
UserReportQuery(namespace: String, nlpModel: String, language: Locale, start: Long = 0, size: Int = 1, name: String? = null, from: ZonedDateTime? = null, to: ZonedDateTime? = null, flags: Map<String, String?> = emptyMap(), displayTests: Boolean = false) |
displayTests |
Display test users. val displayTests: Boolean |
flags |
val flags: Map<String, String?> |
from |
val from: ZonedDateTime? |
language |
val language: Locale |
name |
val name: String? |
namespace |
val namespace: String |
nlpModel |
val nlpModel: String |
size |
val size: Int |
start |
val start: Long |
to |
val to: ZonedDateTime? |