Skip to content

Commit 50e02c0

Browse files
fix(specs): results in getObjects is required (generated)
algolia/api-clients-automation#4024 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a2738c9 commit 50e02c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/search/GetObjectsResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ import kotlinx.serialization.json.*
1313
public data class GetObjectsResponse(
1414

1515
/** Retrieved records. */
16-
@SerialName(value = "results") val results: List<JsonObject>? = null,
16+
@SerialName(value = "results") val results: List<JsonObject>,
1717
)

0 commit comments

Comments
 (0)