Struct google_analytics3::McfDataRows[][src]

pub struct McfDataRows {
    pub primitive_value: Option<String>,
    pub conversion_path_value: Option<Vec<McfDataRowsConversionPathValue>>,
}

A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated.

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

Fields

A primitive dimension value. A primitive metric value.

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

Trait Implementations

impl Default for McfDataRows
[src]

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

impl Clone for McfDataRows
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for McfDataRows
[src]

Formats the value using the given formatter. Read more

impl NestedType for McfDataRows
[src]

impl Part for McfDataRows
[src]

Auto Trait Implementations

impl Send for McfDataRows

impl Sync for McfDataRows