Struct google_doubleclicksearch2::CustomDimension [] [src]

pub struct CustomDimension {
    pub name: Option<String>,
    pub value: Option<String>,
}

A message containing the custome dimension.

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

Fields

Custom dimension name.

Custom dimension value.

Trait Implementations

impl Debug for CustomDimension
[src]

Formats the value using the given formatter.

impl Clone for CustomDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CustomDimension
[src]

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

impl Part for CustomDimension
[src]