records property

List<DnsRecord>? records
getter/setter pair

Records on the domain.

Output only.

Implementation

core.List<DnsRecord>? records;