pub async fn get_deployment(
configuration: &Configuration,
deployment_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<Deployment, Error<GetDeploymentError>>
pub async fn get_deployment(
configuration: &Configuration,
deployment_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<Deployment, Error<GetDeploymentError>>