Function repos_slash_get_deployment

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