compatibility property

String? compatibility
getter/setter pair

The compatibility of this metric.

If the compatibility is COMPATIBLE, this metric 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;