We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f0128 commit 9e85fbdCopy full SHA for 9e85fbd
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/RunOutcome.kt
@@ -13,10 +13,7 @@ public enum class RunOutcome(public val value: kotlin.String) {
13
Success("success"),
14
15
@SerialName(value = "failure")
16
- Failure("failure"),
17
-
18
- @SerialName(value = "processing")
19
- Processing("processing");
+ Failure("failure");
20
21
override fun toString(): kotlin.String = value
22
}
0 commit comments