Media Insights Pipeline Configuration Real Time Alert Configuration Rule Keyword Match Configuration
    data class MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration(val keywords: List<String>, val negate: Boolean? = null, val ruleName: String)
Constructors
Link copied to clipboard
                fun MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration(keywords: List<String>, negate: Boolean? = null, ruleName: String)