PortalMode

@Serializable(with = PortalModeSerializer::class)
sealed class PortalMode : StringEncodable

Signifies the tenancy mode of a portal.

Since

200.0.0

Inheritors

Types

Link copied to clipboard

Portal type is single tenant.

Link copied to clipboard

Portal type is multi tenant.

Properties

Link copied to clipboard
open override val encoding: String