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

cohort.CohortDescription.kt Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.amplitude.cohort

import kotlinx.serialization.Serializable

const val USER_GROUP_TYPE = "User"

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy