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

cohort.CohortDescription.kt Maven / Gradle / Ivy

package com.amplitude.cohort

import kotlinx.serialization.Serializable

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy