interface ListDNSZoneRecordsResponse {
    records: DomainRecord[];
    totalCount: number;
}

Properties

Properties

records: DomainRecord[]

Paginated returned DNS zone records.

totalCount: number

Total number of DNS zone records.