Report Filter Args
data class ReportFilterArgs(val and: Output<List<ReportFilterArgs>>? = null, val dimension: Output<ReportComparisonExpressionArgs>? = null, val not: Output<ReportFilterArgs>? = null, val or: Output<List<ReportFilterArgs>>? = null, val tag: Output<ReportComparisonExpressionArgs>? = null) : ConvertibleToJava<ReportFilterArgs>
The filter expression to be used in the report.
Constructors
Link copied to clipboard
fun ReportFilterArgs(and: Output<List<ReportFilterArgs>>? = null, dimension: Output<ReportComparisonExpressionArgs>? = null, not: Output<ReportFilterArgs>? = null, or: Output<List<ReportFilterArgs>>? = null, tag: Output<ReportComparisonExpressionArgs>? = null)