Struct google_dfareporting2d7::ReportCriteria [] [src]

pub struct ReportCriteria {
    pub activities: Option<Activities>,
    pub dimensions: Option<Vec<SortedDimension>>,
    pub metric_names: Option<Vec<String>>,
    pub date_range: Option<DateRange>,
    pub custom_rich_media_events: Option<CustomRichMediaEvents>,
    pub dimension_filters: Option<Vec<DimensionValue>>,
}

The report criteria for a report of type "STANDARD".

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

Fields

Activity group.

The list of standard dimensions the report should include.

The list of names of metrics the report should include.

The date range for which this report should be run.

Custom Rich Media Events group.

The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.

Trait Implementations

impl Default for ReportCriteria
[src]

[src]

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

impl Clone for ReportCriteria
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportCriteria
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ReportCriteria
[src]

impl Part for ReportCriteria
[src]