Struct google_dfareporting2d3::ReachReportCompatibleFields [] [src]

pub struct ReachReportCompatibleFields {
    pub metrics: Option<Vec<Metric>>,
    pub kind: Option<String>,
    pub dimensions: Option<Vec<Dimension>>,
    pub reach_by_frequency_metrics: Option<Vec<Metric>>,
    pub dimension_filters: Option<Vec<Dimension>>,
    pub pivoted_activity_metrics: Option<Vec<Metric>>,
}

Represents fields that are compatible to be selected for a report of type "REACH".

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

Fields

Metrics which are compatible to be selected in the "metricNames" section of the report.

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

Dimensions which are compatible to be selected in the "dimensions" section of the report.

Metrics which are compatible to be selected in the "reachByFrequencyMetricNames" section of the report.

Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.

Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" section of the report.

Trait Implementations

impl Default for ReachReportCompatibleFields
[src]

[src]

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

impl Clone for ReachReportCompatibleFields
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReachReportCompatibleFields
[src]

[src]

Formats the value using the given formatter.

impl Part for ReachReportCompatibleFields
[src]