deprecatedApiNames property

List<String>? deprecatedApiNames
getter/setter pair

Still usable but deprecated names for this dimension.

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

Implementation

core.List<core.String>? deprecatedApiNames;