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 2969b8c commit 6c7bf69Copy full SHA for 6c7bf69
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/TransformationSearch.kt
@@ -7,10 +7,10 @@ import kotlinx.serialization.json.*
7
/**
8
* TransformationSearch
9
*
10
- * @param transformationsIDs
+ * @param transformationIDs
11
*/
12
@Serializable
13
public data class TransformationSearch(
14
15
- @SerialName(value = "transformationsIDs") val transformationsIDs: List<String>,
+ @SerialName(value = "transformationIDs") val transformationIDs: List<String>? = null,
16
)
0 commit comments