Skip to content

Commit 7452f35

Browse files
authored
feat(index): add primary param to Index (#625)
1 parent ddce033 commit 7452f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/algolia/responses/Indices.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ case class Index(
3636
fileSize: Int,
3737
lastBuildTimeS: Int,
3838
numberOfPendingTasks: Int,
39-
pendingTask: Boolean
39+
pendingTask: Boolean,
40+
primary: Option[String] = None
4041
)

0 commit comments

Comments
 (0)