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