pub async fn get_dns_records(
configuration: &Configuration,
zone_id: &str,
) -> Result<Vec<DnsRecord>, Error<GetDnsRecordsError>>
pub async fn get_dns_records(
configuration: &Configuration,
zone_id: &str,
) -> Result<Vec<DnsRecord>, Error<GetDnsRecordsError>>