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:
@@ -544,7 +544,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(2 + self._additional_params.len());
|
||||
params.push("id", self._id);
|
||||
params.push("id", &self._id);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -791,7 +791,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(3 + self._additional_params.len());
|
||||
params.push("id", self._id);
|
||||
params.push("id", &self._id);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -1325,7 +1325,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(4 + self._additional_params.len());
|
||||
params.push("verificationMethod", self._verification_method);
|
||||
params.push("verificationMethod", &self._verification_method);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -1845,7 +1845,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(4 + self._additional_params.len());
|
||||
params.push("id", self._id);
|
||||
params.push("id", &self._id);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -2133,7 +2133,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(4 + self._additional_params.len());
|
||||
params.push("id", self._id);
|
||||
params.push("id", &self._id);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
|
||||
@@ -30,3 +30,6 @@ pub use method_builders::*;
|
||||
|
||||
mod call_builders;
|
||||
pub use call_builders::*;
|
||||
|
||||
mod enums;
|
||||
pub use enums::*;
|
||||
|
||||
Reference in New Issue
Block a user