ProfileEntry

data class ProfileEntry(    val profile: DatasetProfile,     val orgId: String,     val datasetId: String)

Container class that caches the dataset profiles and associated metadata for each request.

Constructors

Link copied to clipboard
fun ProfileEntry(    profile: DatasetProfile,     orgId: String,     datasetId: String)

Properties

Link copied to clipboard
val datasetId: String
Link copied to clipboard
val orgId: String
Link copied to clipboard
val profile: DatasetProfile