pub async fn list_service_versions(
configuration: &mut Configuration,
params: ListServiceVersionsParams,
) -> Result<Vec<VersionResponse>, Error<ListServiceVersionsError>>
Expand description
List the versions for a particular service.
pub async fn list_service_versions(
configuration: &mut Configuration,
params: ListServiceVersionsParams,
) -> Result<Vec<VersionResponse>, Error<ListServiceVersionsError>>
List the versions for a particular service.