compatibilityFilter property
Filters the dimensions and metrics in the response to just this compatibility.
Commonly used as ”compatibilityFilter”: “COMPATIBLE”
to only return
compatible dimensions & metrics.
Possible string values are:
- "COMPATIBILITY_UNSPECIFIED" : Unspecified compatibility.
- "COMPATIBLE" : The dimension or metric is compatible. This dimension or metric can be successfully added to a report.
- "INCOMPATIBLE" : The dimension or metric is incompatible. This dimension or metric cannot be successfully added to a report.
Implementation
core.String? compatibilityFilter;