mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(code): update everything to latest google API versions
This commit is contained in:
@@ -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/).
|
||||
|
||||
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user