PortalTypeEntry

data class PortalTypeEntry(val portalTools: List<String>)

Container associated a certain PortalType.

Constructors

Link copied to clipboard
constructor(portalTools: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD .