Struct google_dfareporting2d3::ReportCrossDimensionReachCriteria [] [src]

pub struct ReportCrossDimensionReachCriteria {
    pub breakdown: Option<Vec<SortedDimension>>,
    pub pivoted: Option<bool>,
    pub overlap_metric_names: Option<Vec<String>>,
    pub metric_names: Option<Vec<String>>,
    pub date_range: Option<DateRange>,
    pub dimension_filters: Option<Vec<DimensionValue>>,
    pub dimension: Option<String>,
}

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

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

Fields

The list of dimensions the report should include.

Whether the report is pivoted or not. Defaults to true.

The list of names of overlap metrics the report should include.

The list of names of metrics the report should include.

The date range this report should be run for.

The list of filters on which dimensions are filtered.

The dimension option.

Trait Implementations

impl Default for ReportCrossDimensionReachCriteria
[src]

[src]

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

impl Clone for ReportCrossDimensionReachCriteria
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportCrossDimensionReachCriteria
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ReportCrossDimensionReachCriteria
[src]

impl Part for ReportCrossDimensionReachCriteria
[src]