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

commonMain.com.algolia.client.model.abtesting.AbTestsVariantSearchParams.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.abtesting

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

/**
 * AbTestsVariantSearchParams
 *
 * @param index A/B test index.
 * @param trafficPercentage A/B test traffic percentage.
 * @param customSearchParameters
 * @param description A/B test description.
 */
@Serializable
public data class AbTestsVariantSearchParams(

  /** A/B test index. */
  @SerialName(value = "index") val index: String,

  /** A/B test traffic percentage. */
  @SerialName(value = "trafficPercentage") val trafficPercentage: Int,

  @SerialName(value = "customSearchParameters") val customSearchParameters: JsonObject,

  /** A/B test description. */
  @SerialName(value = "description") val description: String? = null,
) : AddABTestsVariant




© 2015 - 2025 Weber Informatics LLC | Privacy Policy