Struct google_dfareporting3::DateRange[][src]

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

Represents a date range.

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

Fields

The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".

The kind of resource this is, in this case dfareporting#dateRange.

The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".

The date range relative to the date of when the report is run.

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