make regen-apis

This commit is contained in:
OMGeeky
2023-10-23 12:55:17 +02:00
parent a4b0f56b8c
commit 4a258a57a6
1025 changed files with 29943 additions and 28980 deletions

View File

@@ -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 {