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