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 a2738c9 commit 50e02c0Copy full SHA for 50e02c0
client/src/commonMain/kotlin/com/algolia/client/model/search/GetObjectsResponse.kt
@@ -13,5 +13,5 @@ import kotlinx.serialization.json.*
13
public data class GetObjectsResponse(
14
15
/** Retrieved records. */
16
- @SerialName(value = "results") val results: List<JsonObject>? = null,
+ @SerialName(value = "results") val results: List<JsonObject>,
17
)
0 commit comments