Expand description
§Example
async fn sample(
) -> anyhow::Result<()> {
let client = ServiceController::builder().build().await?;
let response = client.check()
/* set fields */
.send().await?;
println!("response {:?}", response);
Ok(())
}Concrete implementations of this client library traits.
Structs§
- Service
Controller - Implements a client for the Service Control API.