deprecatedApiNames property

List<String>? deprecatedApiNames
getter/setter pair

Still usable but deprecated names for this metric.

If populated, this metric is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the metric will be available only by apiName.

Implementation

core.List<core.String>? deprecatedApiNames;