Struct google_analyticsreporting4::DateRange[][src]

pub struct DateRange {
    pub start_date: Option<String>,
    pub end_date: Option<String>,
}

A contiguous set of days: startDate, startDate + 1 day, ..., endDate. The start and end dates are specified in ISO8601 date format YYYY-MM-DD.

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

Fields

The start date for the query in the format YYYY-MM-DD.

The end date for the query in the format YYYY-MM-DD.

Trait Implementations

impl Default for DateRange
[src]

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

impl Clone for DateRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DateRange
[src]

Formats the value using the given formatter. Read more

impl Part for DateRange
[src]

Auto Trait Implementations

impl Send for DateRange

impl Sync for DateRange