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 4e85211 commit ddce033Copy full SHA for ddce033
src/main/scala/algolia/responses/ABTest.scala
@@ -54,5 +54,6 @@ case class VariantResponse(
54
searchCount: Option[Int],
55
trafficPercentage: Int,
56
userCount: Option[Int],
57
- customSearchParameters: Option[Query]
+ customSearchParameters: Option[Query],
58
+ trackedSearchCount: Option[Int]
59
)
0 commit comments