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

commonMain.EvaluationCondition.kt Maven / Gradle / Ivy

package com.amplitude.experiment.evaluation

import kotlinx.serialization.Serializable

@Serializable
data class EvaluationCondition(
    // How to select the property from the evaluation state.
    val selector: List,

    // The operator.
    val op: String,

    // The values to compare to.
    val values: Set
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy