commonMain.com.algolia.client.model.querysuggestions.Facet.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.querysuggestions
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* Facet to use as category.
*
* @param attribute Facet name.
* @param amount Number of suggestions.
*/
@Serializable
public data class Facet(
/** Facet name. */
@SerialName(value = "attribute") val attribute: String? = null,
/** Number of suggestions. */
@SerialName(value = "amount") val amount: Int? = null,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy