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 a301de5 commit e1ed863Copy full SHA for e1ed863
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/TransformationSearch.kt
@@ -12,5 +12,5 @@ import kotlinx.serialization.json.*
12
@Serializable
13
public data class TransformationSearch(
14
15
- @SerialName(value = "transformationIDs") val transformationIDs: List<String>? = null,
+ @SerialName(value = "transformationIDs") val transformationIDs: List<String>,
16
)
0 commit comments