SiteConfig

data class SiteConfig(val siteKey: String, val displayName: String? = null, val featuresEnabled: Set<String> = emptySet())

Constructors

Link copied to clipboard
constructor(siteKey: String, displayName: String? = null, featuresEnabled: Set<String> = emptySet())

Properties

Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
Link copied to clipboard