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
fun ReportConfigFilterResponse(and: List<ReportConfigFilterResponse>? = null, dimensions: ReportConfigComparisonExpressionResponse? = null, or: List<ReportConfigFilterResponse>? = null, tagKey: ReportConfigComparisonExpressionResponse? = null, tagValue: ReportConfigComparisonExpressionResponse? = null, tags: ReportConfigComparisonExpressionResponse? = null)