Struct google_dfareporting3d4::api::ReportPathCriteria[][src]

pub struct ReportPathCriteria {
    pub activity_filters: Option<Vec<DimensionValue>>,
    pub custom_channel_grouping: Option<ChannelGrouping>,
    pub date_range: Option<DateRange>,
    pub dimensions: Option<Vec<SortedDimension>>,
    pub floodlight_config_id: Option<DimensionValue>,
    pub metric_names: Option<Vec<String>>,
    pub path_filters: Option<Vec<PathFilter>>,
}

The report criteria for a report of type “PATH”.

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

Fields

activity_filters: Option<Vec<DimensionValue>>

The list of ‘dfa:activity’ values to filter on.

custom_channel_grouping: Option<ChannelGrouping>

Channel Grouping.

date_range: Option<DateRange>

The date range this report should be run for.

dimensions: Option<Vec<SortedDimension>>

The list of dimensions the report should include.

floodlight_config_id: Option<DimensionValue>

The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be ‘dfa:floodlightConfigId’.

metric_names: Option<Vec<String>>

The list of names of metrics the report should include.

path_filters: Option<Vec<PathFilter>>

Path Filters.

Trait Implementations

impl Clone for ReportPathCriteria[src]

impl Debug for ReportPathCriteria[src]

impl Default for ReportPathCriteria[src]

impl<'de> Deserialize<'de> for ReportPathCriteria[src]

impl NestedType for ReportPathCriteria[src]

impl Part for ReportPathCriteria[src]

impl Serialize for ReportPathCriteria[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.