ProfileKey

data class ProfileKey(    val orgId: String,     val datasetId: String,     val normalizedTags: List<Pair<String, String>>,     val sessionTime: Instant,     val windowStartTime: Instant)

Constructors

Link copied to clipboard
fun ProfileKey(    orgId: String,     datasetId: String,     normalizedTags: List<Pair<String, String>>,     sessionTime: Instant,     windowStartTime: Instant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetId: String
Link copied to clipboard
val normalizedTags: List<Pair<String, String>>
Link copied to clipboard
val orgId: String
Link copied to clipboard
val sessionTime: Instant
Link copied to clipboard
val windowStartTime: Instant