PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs

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

Constructors

constructor(windowAfter: Output<Int>? = null, windowBefore: Output<Int>? = null)

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.

Functions

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