
commonMain.com.algolia.client.model.personalization.GetUserTokenResponse.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.personalization
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* GetUserTokenResponse
*
* @param userToken userToken representing the user for which to fetch the Personalization profile.
* @param lastEventAt Date of last event update. (ISO-8601 format).
* @param scores The userToken scores.
*/
@Serializable
public data class GetUserTokenResponse(
/** userToken representing the user for which to fetch the Personalization profile. */
@SerialName(value = "userToken") val userToken: String,
/** Date of last event update. (ISO-8601 format). */
@SerialName(value = "lastEventAt") val lastEventAt: String,
/** The userToken scores. */
@SerialName(value = "scores") val scores: JsonObject,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy