Struct google_analytics3::FilterLowercaseDetails[][src]

pub struct FilterLowercaseDetails {
    pub field: Option<String>,
    pub field_index: Option<i32>,
}

Details for the filter of the type LOWER.

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

Fields

Field to use in the filter.

The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.

Trait Implementations

impl Default for FilterLowercaseDetails
[src]

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

impl Clone for FilterLowercaseDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterLowercaseDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for FilterLowercaseDetails
[src]

impl Part for FilterLowercaseDetails
[src]

Auto Trait Implementations