commonMain.com.algolia.client.model.recommend.PromoteConsequenceObject.kt Maven / Gradle / Ivy
/** 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. */
package com.algolia.client.model.recommend
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* Object ID and position of the recommendation you want to pin.
*
* @param objectID Unique record identifier.
* @param position Index in the list of recommendations where to place this item.
*/
@Serializable
public data class PromoteConsequenceObject(
/** Unique record identifier. */
@SerialName(value = "objectID") val objectID: String? = null,
/** Index in the list of recommendations where to place this item. */
@SerialName(value = "position") val position: Int? = null,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy