mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make regen-apis
This commit is contained in:
@@ -38,9 +38,9 @@ use super::*;
|
||||
/// // execute the final call using `doit()`.
|
||||
/// // Values shown here are possibly random and not representative !
|
||||
/// let result = hub.deployments().patch(req, "project", "deployment")
|
||||
/// .update_policy("ipsum")
|
||||
/// .delete_policy("gubergren")
|
||||
/// .create_policy("Lorem")
|
||||
/// .update_policy(&Default::default())
|
||||
/// .delete_policy(&Default::default())
|
||||
/// .create_policy(&Default::default())
|
||||
/// .doit().await;
|
||||
///
|
||||
/// match result {
|
||||
|
||||
Reference in New Issue
Block a user