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

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

/**
 * GetNoResultsRateResponse
 *
 * @param rate [Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).
 * @param count Number of occurrences.
 * @param noResultCount Number of occurrences.
 * @param dates Overall count of searches without results plus a daily breakdown.
 */
@Serializable
public data class GetNoResultsRateResponse(

  /** [Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).  */
  @SerialName(value = "rate") val rate: Double,

  /** Number of occurrences. */
  @SerialName(value = "count") val count: Int,

  /** Number of occurrences. */
  @SerialName(value = "noResultCount") val noResultCount: Int,

  /** Overall count of searches without results plus a daily breakdown. */
  @SerialName(value = "dates") val dates: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy