RecommendationResultClickRequestBody

@JsonClass(generateAdapter = true)
data class RecommendationResultClickRequestBody(    @Json(name = "pod_id") val podId: String,     @Json(name = "strategy_id") val strategyId: String,     @Json(name = "item_id") val itemId: String,     @Json(name = "variation_id") val variationId: String?,     @Json(name = "result_id") val resultId: String?,     @Json(name = "num_results_per_page") val numResultsPerPage: Int?,     @Json(name = "result_page") val resultPage: Int?,     @Json(name = "result_count") val resultCount: Int?,     @Json(name = "result_position_on_page") val resultPositionOnPage: Int?,     @Json(name = "c") val c: String,     @Json(name = "i") val i: String,     @Json(name = "s") val s: Int,     @Json(name = "key") val key: String,     @Json(name = "ui") val ui: String?,     @Json(name = "us") val us: List<String?>,     @Json(name = "analytics_tags") val analyticsTags: Map<String, String>?,     @Json(name = "beacon") val beacon: Boolean?,     @Json(name = "section") val section: String?,     @Json(name = "_dt") val _dt: Long?) : Serializable

Constructors

Link copied to clipboard
fun RecommendationResultClickRequestBody(    @Json(name = "pod_id") podId: String,     @Json(name = "strategy_id") strategyId: String,     @Json(name = "item_id") itemId: String,     @Json(name = "variation_id") variationId: String?,     @Json(name = "result_id") resultId: String?,     @Json(name = "num_results_per_page") numResultsPerPage: Int?,     @Json(name = "result_page") resultPage: Int?,     @Json(name = "result_count") resultCount: Int?,     @Json(name = "result_position_on_page") resultPositionOnPage: Int?,     @Json(name = "c") c: String,     @Json(name = "i") i: String,     @Json(name = "s") s: Int,     @Json(name = "key") key: String,     @Json(name = "ui") ui: String?,     @Json(name = "us") us: List<String?>,     @Json(name = "analytics_tags") analyticsTags: Map<String, String>?,     @Json(name = "beacon") beacon: Boolean?,     @Json(name = "section") section: String?,     @Json(name = "_dt") _dt: Long?)

Properties

Link copied to clipboard
val _dt: Long?
Link copied to clipboard
val analyticsTags: Map<String, String>?
Link copied to clipboard
val beacon: Boolean?
Link copied to clipboard
val c: String
Link copied to clipboard
val i: String
Link copied to clipboard
val itemId: String
Link copied to clipboard
val key: String
Link copied to clipboard
val numResultsPerPage: Int?
Link copied to clipboard
val podId: String
Link copied to clipboard
val resultCount: Int?
Link copied to clipboard
val resultId: String?
Link copied to clipboard
val resultPage: Int?
Link copied to clipboard
val resultPositionOnPage: Int?
Link copied to clipboard
val s: Int
Link copied to clipboard
val section: String?
Link copied to clipboard
val strategyId: String
Link copied to clipboard
val ui: String?
Link copied to clipboard
val us: List<String?>
Link copied to clipboard
val variationId: String?