GetGlobalUserPersonalPreferencesResult

data class GetGlobalUserPersonalPreferencesResult(val favoriteLabResourceIds: List<String>? = null, val id: String? = null)

Represents the PersonalPreferences for the user

Constructors

Link copied to clipboard
constructor(favoriteLabResourceIds: List<String>? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of favorite lab resource ids

Link copied to clipboard
val id: String? = null

Id to be used by the cache orchestrator