Struct google_analytics3::Filter[][src]

pub struct Filter {
    pub kind: Option<String>,
    pub name: Option<String>,
    pub created: Option<String>,
    pub updated: Option<String>,
    pub advanced_details: Option<FilterAdvancedDetails>,
    pub lowercase_details: Option<FilterLowercaseDetails>,
    pub parent_link: Option<FilterParentLink>,
    pub exclude_details: Option<FilterExpression>,
    pub include_details: Option<FilterExpression>,
    pub uppercase_details: Option<FilterUppercaseDetails>,
    pub account_id: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub search_and_replace_details: Option<FilterSearchAndReplaceDetails>,
}

JSON template for an Analytics account filter.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Resource type for Analytics filter.

Name of this filter.

Time this filter was created.

Time this filter was last modified.

Details for the filter of the type ADVANCED.

Details for the filter of the type LOWER.

Parent link for this filter. Points to the account to which this filter belongs.

Details for the filter of the type EXCLUDE.

Details for the filter of the type INCLUDE.

Details for the filter of the type UPPER.

Account ID to which this filter belongs.

Type of this filter. Possible values are INCLUDE, EXCLUDE, LOWERCASE, UPPERCASE, SEARCH_AND_REPLACE and ADVANCED.

Filter ID.

Link for this filter.

Details for the filter of the type SEARCH_AND_REPLACE.

Trait Implementations

impl Default for Filter
[src]

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

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Filter
[src]

impl ResponseResult for Filter
[src]

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter