Struct google_analytics3::FilterParentLink[][src]

pub struct FilterParentLink {
    pub href: Option<String>,
    pub type_: Option<String>,
}

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

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

Fields

Link to the account to which this filter belongs.

Value is "analytics#account".

Trait Implementations

impl Default for FilterParentLink
[src]

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

impl Clone for FilterParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterParentLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for FilterParentLink
[src]

impl Part for FilterParentLink
[src]

Auto Trait Implementations