Skip to content

Commit

Permalink
fix(specs): results in getObjects is required (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4024

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 23, 2024
1 parent a2738c9 commit 50e02c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ import kotlinx.serialization.json.*
public data class GetObjectsResponse(

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

0 comments on commit 50e02c0

Please sign in to comment.