pub async fn put_package(
configuration: &mut Configuration,
params: PutPackageParams,
) -> Result<PackageResponse, Error<PutPackageError>>
Expand description
Upload a Compute package associated with the specified service version.
pub async fn put_package(
configuration: &mut Configuration,
params: PutPackageParams,
) -> Result<PackageResponse, Error<PutPackageError>>
Upload a Compute package associated with the specified service version.