You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** 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
+
packagecom.algolia.client.model.composition
3
+
4
+
importcom.algolia.client.extensions.internal.*
5
+
importkotlinx.serialization.*
6
+
importkotlinx.serialization.descriptors.*
7
+
importkotlinx.serialization.encoding.*
8
+
importkotlinx.serialization.json.*
9
+
10
+
/**
11
+
* An object that contains the extra key-value pairs provided in the injectedItem definition.
12
+
*
13
+
* @param injectedItemKey The key of the injectedItem that inserted this metadata.
14
+
*/
15
+
@Serializable(HitMetadataSerializer::class)
16
+
publicdata classHitMetadata(
17
+
18
+
/** The key of the injectedItem that inserted this metadata. */
0 commit comments