User Profile Studio Web Portal Settings
data class UserProfileStudioWebPortalSettings(val hiddenAppTypes: List<UserProfileAppType>? = null, val hiddenMlTools: List<UserProfileMlTools>? = null)
Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
Constructors
Link copied to clipboard
constructor(hiddenAppTypes: List<UserProfileAppType>? = null, hiddenMlTools: List<UserProfileMlTools>? = null)