Expand description
§Example
let client = FleetRouting::builder().build().await?;
let response = client.optimize_tours()
/* set fields */
.send().await?;
println!("response {:?}", response);Concrete implementations of this client library traits.
Structs§
- Fleet
Routing - Implements a client for the Cloud Optimization API.