We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddce033 commit 7452f35Copy full SHA for 7452f35
src/main/scala/algolia/responses/Indices.scala
@@ -36,5 +36,6 @@ case class Index(
36
fileSize: Int,
37
lastBuildTimeS: Int,
38
numberOfPendingTasks: Int,
39
- pendingTask: Boolean
+ pendingTask: Boolean,
40
+ primary: Option[String] = None
41
)
0 commit comments