Struct google_analytics3::McfDataRowsConversionPathValue[][src]

pub struct McfDataRowsConversionPathValue {
    pub node_value: Option<String>,
    pub interaction_type: Option<String>,
}

A conversion path dimension value, containing a list of interactions with their attributes.

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

Fields

Node value of an interaction on conversion path. Such as source, medium etc.

Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.

Trait Implementations

impl Default for McfDataRowsConversionPathValue
[src]

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

impl Clone for McfDataRowsConversionPathValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for McfDataRowsConversionPathValue
[src]

Formats the value using the given formatter. Read more

impl NestedType for McfDataRowsConversionPathValue
[src]

impl Part for McfDataRowsConversionPathValue
[src]

Auto Trait Implementations