All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.algolia.client.model.analytics.AverageClickEvent.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.analytics

import kotlinx.serialization.*
import kotlinx.serialization.json.*

/**
 * AverageClickEvent
 *
 * @param average Average count of all click events.
 * @param clickCount Number of click events.
 * @param date Date of the event in the format YYYY-MM-DD.
 */
@Serializable
public data class AverageClickEvent(

  /** Average count of all click events. */
  @SerialName(value = "average") val average: Double,

  /** Number of click events. */
  @SerialName(value = "clickCount") val clickCount: Int,

  /** Date of the event in the format YYYY-MM-DD. */
  @SerialName(value = "date") val date: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy