Skip to content

Commit b4064e1

Browse files
feat(javascript): add replaceAllObjectsWithTransformation (generated)
algolia/api-clients-automation#5008 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 207f1a9 commit b4064e1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */
2+
package com.algolia.client.model.search
3+
4+
import kotlinx.serialization.*
5+
import kotlinx.serialization.json.*
6+
7+
/**
8+
* ReplaceAllObjectsWithTransformationResponse
9+
*
10+
* @param copyOperationResponse
11+
* @param watchResponses The response of the `push` request(s).
12+
* @param moveOperationResponse
13+
*/
14+
@Serializable
15+
public data class ReplaceAllObjectsWithTransformationResponse(
16+
17+
@SerialName(value = "copyOperationResponse") val copyOperationResponse: UpdatedAtResponse,
18+
19+
/** The response of the `push` request(s). */
20+
@SerialName(value = "watchResponses") val watchResponses: List<WatchResponse>,
21+
22+
@SerialName(value = "moveOperationResponse") val moveOperationResponse: UpdatedAtResponse,
23+
)

0 commit comments

Comments
 (0)