Struct google_doubleclicksearch2::ReportRequestTimeRange[][src]

pub struct ReportRequestTimeRange {
    pub changed_metrics_since_timestamp: Option<String>,
    pub end_date: Option<String>,
    pub changed_attributes_since_timestamp: Option<String>,
    pub start_date: Option<String>,
}

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

This type is not used in any activity, and only used as part of another schema.

Fields

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed metrics reports work.

Inclusive date in YYYY-MM-DD format.

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed attribute reports work.

Inclusive date in YYYY-MM-DD format.

Trait Implementations

impl Default for ReportRequestTimeRange
[src]

Returns the "default value" for a type. Read more

impl Clone for ReportRequestTimeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportRequestTimeRange
[src]

Formats the value using the given formatter. Read more

impl NestedType for ReportRequestTimeRange
[src]

impl Part for ReportRequestTimeRange
[src]

Auto Trait Implementations