mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
Update to latest versions of API declarations
This commit is contained in:
@@ -23032,7 +23032,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("list",
|
||||
Some(r##"Retrieves a list of sizes, possibly filtered."##),
|
||||
Some(r##"Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_dfareporting2d8_cli/sizes_list",
|
||||
vec![
|
||||
(Some(r##"profile-id"##),
|
||||
@@ -23769,7 +23769,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("dfareporting2d8")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.7+20171109")
|
||||
.version("1.0.7+20180830")
|
||||
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting2d8_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user