Profile Entry
data class ProfileEntry( val profile: DatasetProfile, val orgId: String, val datasetId: String)
Content copied to clipboard
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)
Content copied to clipboard