compatibility property
The compatibility of this dimension.
If the compatibility is COMPATIBLE, this dimension can be successfully added to the report. 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? compatibility;