PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleProximityArgs

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

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. Either this or window_before must be specified

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

Number of characters before the finding to consider. Either this or window_after must be specified

Functions

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