pub async fn edit_galaxy_cluster(
configuration: &Configuration,
galaxy_cluster_id: &str,
galaxy_cluster: Option<GalaxyCluster>,
) -> Result<AddGalaxyCluster200Response, Error<EditGalaxyClusterError>>
pub async fn edit_galaxy_cluster(
configuration: &Configuration,
galaxy_cluster_id: &str,
galaxy_cluster: Option<GalaxyCluster>,
) -> Result<AddGalaxyCluster200Response, Error<EditGalaxyClusterError>>