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 *doubleclicksearch* crate version *0.1.9+20150708*, where *20150708* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.9*.
|
||||
//! This documentation was generated from *doubleclicksearch* crate version *0.1.9+20151006*, where *20151006* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.9*.
|
||||
//!
|
||||
//! Everything else about the *doubleclicksearch* *v2* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/doubleclick-search/).
|
||||
|
||||
@@ -399,6 +399,9 @@ pub struct ReportApiColumnSpec {
|
||||
/// Synchronous report only. Set to true to group by this column. Defaults to false.
|
||||
#[serde(rename="groupByColumn")]
|
||||
pub group_by_column: Option<bool>,
|
||||
/// Provide different source for product items. Acceptable values are "advertised" and "sold".
|
||||
#[serde(rename="productReportPerspective")]
|
||||
pub product_report_perspective: Option<String>,
|
||||
/// Inclusive day in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with startDate.
|
||||
#[serde(rename="endDate")]
|
||||
pub end_date: Option<String>,
|
||||
@@ -415,7 +418,7 @@ pub struct ReportApiColumnSpec {
|
||||
/// Name of a DoubleClick Search column to include in the report.
|
||||
#[serde(rename="columnName")]
|
||||
pub column_name: Option<String>,
|
||||
/// The platform that is used to provide data for the custom dimension. Acceptable values are "Floodlight".
|
||||
/// The platform that is used to provide data for the custom dimension. Acceptable values are "floodlight".
|
||||
#[serde(rename="platformSource")]
|
||||
pub platform_source: Option<String>,
|
||||
/// Inclusive date in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with endDate.
|
||||
|
||||
Reference in New Issue
Block a user