AnalyzerFilterArgs

data class AnalyzerFilterArgs(val contains: Output<List<String>>? = null, val eq: Output<List<String>>? = null, val exists: Output<Boolean>? = null, val neq: Output<List<String>>? = null, val property: Output<String>) : ConvertibleToJava<AnalyzerFilterArgs>

Constructors

Link copied to clipboard
fun AnalyzerFilterArgs(contains: Output<List<String>>? = null, eq: Output<List<String>>? = null, exists: Output<Boolean>? = null, neq: Output<List<String>>? = null, property: Output<String>)

Functions

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

Properties

Link copied to clipboard
val contains: Output<List<String>>? = null
Link copied to clipboard
val eq: Output<List<String>>? = null
Link copied to clipboard
val exists: Output<Boolean>? = null
Link copied to clipboard
val neq: Output<List<String>>? = null
Link copied to clipboard
val property: Output<String>