Group Insights Configuration
data class GroupInsightsConfiguration(val insightsEnabled: Boolean? = null, val notificationsEnabled: Boolean? = null)
Constructors
Link copied to clipboard
fun GroupInsightsConfiguration(insightsEnabled: Boolean? = null, notificationsEnabled: Boolean? = null)