Skip to content

Commit

Permalink
feat(specs): add missing message attribute to GetObjectsResponse [ski…
Browse files Browse the repository at this point in the history
…p-bc] (generated)

algolia/api-clients-automation#4029

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Vincent Lemeunier <[email protected]>
  • Loading branch information
algolia-bot and kombucha committed Oct 24, 2024
1 parent 0169cc8 commit 7eaaa4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/algoliasearch/search/GetObjectsResponse.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ package algoliasearch.search

/** GetObjectsResponse
*
* @param message
* An optional status message.
* @param results
* Retrieved records.
*/
case class GetObjectsResponse(
message: Option[String] = scala.None,
results: Seq[Any]
)

0 comments on commit 7eaaa4c

Please sign in to comment.