Report Filter Response
data class ReportFilterResponse(val and: List<ReportFilterResponse>? = null, val dimension: ReportComparisonExpressionResponse? = null, val not: ReportFilterResponse? = null, val or: List<ReportFilterResponse>? = null, val tag: ReportComparisonExpressionResponse? = null)
The filter expression to be used in the report.
Constructors
Link copied to clipboard
constructor(and: List<ReportFilterResponse>? = null, dimension: ReportComparisonExpressionResponse? = null, not: ReportFilterResponse? = null, or: List<ReportFilterResponse>? = null, tag: ReportComparisonExpressionResponse? = null)
Properties
Link copied to clipboard
The logical "AND" expression. Must have at least 2 items.
Link copied to clipboard
Has comparison expression for a dimension
Link copied to clipboard
The logical "NOT" expression.
Link copied to clipboard
The logical "OR" expression. Must have at least 2 items.
Link copied to clipboard
Has comparison expression for a tag