Android
jvm
feature-toggles-api
/
com.duckduckgo.feature.toggles.api
/
Toggle
/
State
/
Cohort
Cohort
data
class
Cohort
(
val
name
:
String
,
val
weight
:
Int
,
val
enrollmentDateET
:
String
?
=
null
)
Members
Constructors
Cohort
Link copied to clipboard
constructor
(
name
:
String
,
weight
:
Int
,
enrollmentDateET
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enrollment
Date
ET
Link copied to clipboard
val
enrollmentDateET
:
String
?
=
null
Represents serialized
ZonedDateTime
with "America/New_York" zone ID.
name
Link copied to clipboard
val
name
:
String
weight
Link copied to clipboard
val
weight
:
Int