pub async fn cloud_cloud_services_partial_update(
configuration: &Configuration,
id: &str,
format: Option<&str>,
patched_cloud_service_request: Option<PatchedCloudServiceRequest>,
) -> Result<CloudService, Error<CloudCloudServicesPartialUpdateError>>Expand description
Partial update a cloud service object.