resolvedData property

List<String>? resolvedData
getter/setter pair

The resolved CNAME chain.

Empty list if the CNAME record for CNAME.name is not found. Otherwise the first item is the value of the CNAME record for CNAME.name. If the CNAME chain is longer, the second item is the value of the CNAME record for the first item, and so on.

Output only.

Implementation

core.List<core.String>? resolvedData;