ReindexResponse

constructor(    took: Int,     timedOut: Boolean,     total: Int,     updated: Int,     created: Int,     deleted: Int,     batches: Int,     versionConflicts: Int,     noops: Int,     retries: ReindexRetries,     throttledMillis: Int,     requestsPerSecond: Double,     throttledUntilMillis: Int,     failures: List<String>)