Cohort

data class Cohort(val name: String, val weight: Int, val enrollmentDateET: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, weight: Int, enrollmentDateET: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents serialized ZonedDateTime with "America/New_York" zone ID.

Link copied to clipboard
Link copied to clipboard
val weight: Int