interface ListDNSZonesResponse {
    dnsZones: DNSZone[];
    totalCount: number;
}

Properties

Properties

dnsZones: DNSZone[]

Paginated returned DNS zones.

totalCount: number

Total number of DNS zones matching the requested criteria.