chore(code): update everything to latest google API versions

This commit is contained in:
Sebastian Thiel
2015-10-18 19:30:37 +02:00
parent 9a2d2b576c
commit 5612d004b9
633 changed files with 297308 additions and 28222 deletions

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.9+20150326*, where *20150326* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.9*.
//! This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.9+20150925*, where *20150925* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.9*.
//!
//! Everything else about the *DoubleClick Bid Manager* *v1* API can be found at the
//! [official documentation site](https://developers.google.com/bid-manager/).

View File

@@ -144,6 +144,9 @@ impl<'a, C, A> DoubleClickBidManager<C, A>
///
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct DownloadLineItemsRequest {
/// File specification (column names, types, order) in which the line items will be returned. Default to EWF.
#[serde(rename="fileSpec")]
pub file_spec: Option<String>,
/// Filter type used to filter line items to fetch.
#[serde(rename="filterType")]
pub filter_type: Option<String>,
@@ -526,7 +529,7 @@ impl ResponseResult for Query {}
///
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct DownloadLineItemsResponse {
/// Retrieved line items in CSV format. Refer to Entity Write File Format for more information on file format.
/// Retrieved line items in CSV format. Refer to Entity Write File Format or Structured Data File Format for more information on file formats.
#[serde(rename="lineItems")]
pub line_items: Option<String>,
}