Struct google_analytics3::FilterRef[][src]

pub struct FilterRef {
    pub kind: Option<String>,
    pub href: Option<String>,
    pub account_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

JSON template for a profile filter link.

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

Fields

Kind value for filter reference.

Link for this filter.

Account ID to which this filter belongs.

Filter ID.

Name of this filter.

Trait Implementations

impl Default for FilterRef
[src]

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

impl Clone for FilterRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterRef
[src]

Formats the value using the given formatter. Read more

impl Part for FilterRef
[src]

Auto Trait Implementations

impl Send for FilterRef

impl Sync for FilterRef