Struct google_dfareporting3::PathToConversionReportCompatibleFields [−][src]
pub struct PathToConversionReportCompatibleFields {
pub metrics: Option<Vec<Metric>>,
pub per_interaction_dimensions: Option<Vec<Dimension>>,
pub kind: Option<String>,
pub conversion_dimensions: Option<Vec<Dimension>>,
pub custom_floodlight_variables: Option<Vec<Dimension>>,
}Represents fields that are compatible to be selected for a report of type "PATH_TO_CONVERSION".
This type is not used in any activity, and only used as part of another schema.
Fields
metrics: Option<Vec<Metric>>
Metrics which are compatible to be selected in the "metricNames" section of the report.
per_interaction_dimensions: Option<Vec<Dimension>>
Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.
kind: Option<String>
The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.
conversion_dimensions: Option<Vec<Dimension>>
Conversion dimensions which are compatible to be selected in the "conversionDimensions" section of the report.
custom_floodlight_variables: Option<Vec<Dimension>>
Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" section of the report.
Trait Implementations
impl Default for PathToConversionReportCompatibleFields[src]
impl Default for PathToConversionReportCompatibleFieldsfn default() -> PathToConversionReportCompatibleFields[src]
fn default() -> PathToConversionReportCompatibleFieldsReturns the "default value" for a type. Read more
impl Clone for PathToConversionReportCompatibleFields[src]
impl Clone for PathToConversionReportCompatibleFieldsfn clone(&self) -> PathToConversionReportCompatibleFields[src]
fn clone(&self) -> PathToConversionReportCompatibleFieldsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for PathToConversionReportCompatibleFields[src]
impl Debug for PathToConversionReportCompatibleFieldsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for PathToConversionReportCompatibleFields[src]
impl Part for PathToConversionReportCompatibleFields