pub async fn get_site_deploy(
configuration: &Configuration,
site_id: &str,
deploy_id: &str,
) -> Result<Deploy, Error<GetSiteDeployError>>
pub async fn get_site_deploy(
configuration: &Configuration,
site_id: &str,
deploy_id: &str,
) -> Result<Deploy, Error<GetSiteDeployError>>