GroupInsightsConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set the InsightsEnabled value to true to enable insights or false to disable insights.

Link copied to clipboard

Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.