Report Config Filter Response
data class ReportConfigFilterResponse(val and: List<ReportConfigFilterResponse>? = null, val dimensions: ReportConfigComparisonExpressionResponse? = null, val or: List<ReportConfigFilterResponse>? = null, val tagKey: ReportConfigComparisonExpressionResponse? = null, val tagValue: ReportConfigComparisonExpressionResponse? = null, val tags: ReportConfigComparisonExpressionResponse? = null)
The filter expression to be used in the report.
Constructors
Link copied to clipboard
constructor(and: List<ReportConfigFilterResponse>? = null, dimensions: ReportConfigComparisonExpressionResponse? = null, or: List<ReportConfigFilterResponse>? = null, tagKey: ReportConfigComparisonExpressionResponse? = null, tagValue: ReportConfigComparisonExpressionResponse? = null, tags: ReportConfigComparisonExpressionResponse? = 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 "OR" expression. Must have at least 2 items.
Link copied to clipboard
Has comparison expression for a tag key
Link copied to clipboard
Has comparison expression for a tag
Link copied to clipboard
Has comparison expression for a tag value