RuleDataValueHistory

data class RuleDataValueHistory(val value: String, val eventDate: Instant, val createdDate: Instant, val programStage: String)

Constructors

Link copied to clipboard
constructor(value: String, eventDate: Instant, createdDate: Instant, programStage: String)

Properties

Link copied to clipboard
val createdDate: Instant
Link copied to clipboard
val eventDate: Instant
Link copied to clipboard
Link copied to clipboard