pub async fn clone_service_version(
configuration: &mut Configuration,
params: CloneServiceVersionParams,
) -> Result<Version, Error<CloneServiceVersionError>>
Expand description
Clone the current configuration into a new version.
pub async fn clone_service_version(
configuration: &mut Configuration,
params: CloneServiceVersionParams,
) -> Result<Version, Error<CloneServiceVersionError>>
Clone the current configuration into a new version.