nameServers property

List<String>? nameServers
getter/setter pair

A list of name servers that store the DNS zone for this domain.

Each name server is a domain name, with Unicode domain names expressed in Punycode format. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.

Output only.

Implementation

core.List<core.String>? nameServers;