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

cohort.CohortDescription.kt Maven / Gradle / Ivy

package com.amplitude.experiment.cohort

internal data class CohortDescription(
    val id: String,
    val lastComputed: Long,
    val size: Int,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy