GroupInsightsConfiguration

data class GroupInsightsConfiguration(val insightsEnabled: Boolean, val notificationsEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(insightsEnabled: Boolean, notificationsEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether insights are enabled.

Link copied to clipboard

Specifies whether insight notifications are enabled.