pub async fn create_service(
configuration: &mut Configuration,
params: CreateServiceParams,
) -> Result<ServiceResponse, Error<CreateServiceError>>
Expand description
Create a service.
pub async fn create_service(
configuration: &mut Configuration,
params: CreateServiceParams,
) -> Result<ServiceResponse, Error<CreateServiceError>>
Create a service.