fqdn property

String? fqdn
getter/setter pair

The domain/subdomain for the record.

In a request, this MAY be Unicode or Punycode. In a response, this will be in Unicode. The fqdn MUST contain the root_domain field on the request.

Implementation

core.String? fqdn;