pub async fn repos_slash_get_deployment(
configuration: &Configuration,
owner: &str,
repo: &str,
deployment_id: i32,
) -> Result<Deployment, Error<ReposSlashGetDeploymentError>>
pub async fn repos_slash_get_deployment(
configuration: &Configuration,
owner: &str,
repo: &str,
deployment_id: i32,
) -> Result<Deployment, Error<ReposSlashGetDeploymentError>>