Skip to main content

transfer_zone

Function transfer_zone 

Source
pub async fn transfer_zone(
    app_config: Option<&AppConfig>,
    zone: &str,
    from_id: &str,
    to_id: &str,
    overwrite: bool,
    overwrite_zone: bool,
) -> Result<ZoneTransferResult>