tock / ai.tock.bot.engine.feature / FeatureState

FeatureState

data class FeatureState (source)

A state of a feature.

Constructors

<init>

A state of a feature.

FeatureState(category: String, name: String, enabled: Boolean, startDate: ZonedDateTime?, endDate: ZonedDateTime?, applicationId: String?)

Properties

applicationId

val applicationId: String?

category

val category: String

enabled

val enabled: Boolean

endDate

val endDate: ZonedDateTime?

name

val name: String

startDate

val startDate: ZonedDateTime?