Function transfer_dns_zone

Source
pub async fn transfer_dns_zone(
    configuration: &Configuration,
    zone_id: &str,
    account_id: &str,
    transfer_account_id: &str,
    transfer_user_id: &str,
) -> Result<DnsZone, Error<TransferDnsZoneError>>