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 84c51b0 commit 7a5dac6Copy full SHA for 7a5dac6
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/RecordType.kt
@@ -13,7 +13,10 @@ public enum class RecordType(public val value: kotlin.String) {
13
Product("product"),
14
15
@SerialName(value = "variant")
16
- Variant("variant");
+ Variant("variant"),
17
+
18
+ @SerialName(value = "collection")
19
+ Collection("collection");
20
21
override fun toString(): kotlin.String = value
22
}
0 commit comments