Struct google_analytics3::FilterUppercaseDetails[][src]

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

Details for the filter of the type UPPER.

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 FilterUppercaseDetails
[src]

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

impl Clone for FilterUppercaseDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterUppercaseDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for FilterUppercaseDetails
[src]

impl Part for FilterUppercaseDetails
[src]

Auto Trait Implementations