pub async fn create_backend(
configuration: &mut Configuration,
params: CreateBackendParams,
) -> Result<BackendResponse, Error<CreateBackendError>>
Expand description
Create a backend for a particular service and version.
pub async fn create_backend(
configuration: &mut Configuration,
params: CreateBackendParams,
) -> Result<BackendResponse, Error<CreateBackendError>>
Create a backend for a particular service and version.