PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity

data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity(val windowAfter: Int? = null, val windowBefore: Int? = null)

Constructors

constructor(windowAfter: Int? = null, windowBefore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val windowAfter: Int? = null

Number of characters after the finding to consider.

Link copied to clipboard
val windowBefore: Int? = null

Number of characters before the finding to consider.