resolved property

List<String>? resolved
getter/setter pair

The list of IP addresses resolved from the domain's A/AAAA records.

Can contain both ipv4 and ipv6 addresses.

Output only.

Implementation

core.List<core.String>? resolved;