mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regenerate all crates with updated patch level
This commit is contained in:
@@ -22537,12 +22537,12 @@ fn main() {
|
||||
Some(true)),
|
||||
]),
|
||||
("files-get",
|
||||
Some(r##"Retrieves a report file. This method supports media download."##),
|
||||
Some(r##"Retrieves a report file by its report ID and file ID. This method supports media download."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_dfareporting3d3_cli/reports_files-get",
|
||||
vec![
|
||||
(Some(r##"profile-id"##),
|
||||
None,
|
||||
Some(r##"The DFA profile ID."##),
|
||||
Some(r##"The DFA user profile ID."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -22576,13 +22576,13 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"profile-id"##),
|
||||
None,
|
||||
Some(r##"The DFA profile ID."##),
|
||||
Some(r##"The DFA user profile ID."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
(Some(r##"report-id"##),
|
||||
None,
|
||||
Some(r##"The ID of the parent report."##),
|
||||
Some(r##"The ID of the report."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -23712,7 +23712,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("dfareporting3d3")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.12+20190531")
|
||||
.version("1.0.13+20200326")
|
||||
.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_dfareporting3d3_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user