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

cohort.Cohort.kt Maven / Gradle / Ivy

The newest version!
package com.amplitude.experiment.cohort

data class Cohort(
    val id: String,
    val groupType: String,
    val size: Int,
    val lastModified: Long,
    val members: Set,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy