Group Insights Configuration Args
data class GroupInsightsConfigurationArgs(val insightsEnabled: Output<Boolean>, val notificationsEnabled: Output<Boolean>? = null) : ConvertibleToJava<GroupInsightsConfigurationArgs>
Constructors
Link copied to clipboard
fun GroupInsightsConfigurationArgs(insightsEnabled: Output<Boolean>, notificationsEnabled: Output<Boolean>? = null)