Struct google_dfareporting2d7::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]

[src]

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

impl Clone for DateRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DateRange
[src]

[src]

Formats the value using the given formatter.

impl Part for DateRange
[src]