PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs

data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs(val windowAfter: Output<Int>? = null, val windowBefore: Output<Int>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs

Properties

Link copied to clipboard
val windowAfter: Output<Int>? = null

Number of characters after the finding to consider.

Link copied to clipboard
val windowBefore: Output<Int>? = null

Number of characters before the finding to consider.