Struct google_analytics3::ProfileParentLink[][src]

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

Parent link for this view (profile). Points to the web property to which this view (profile) belongs.

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

Fields

Link to the web property to which this view (profile) belongs.

Value is "analytics#webproperty".

Trait Implementations

impl Default for ProfileParentLink
[src]

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

impl Clone for ProfileParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileParentLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for ProfileParentLink
[src]

impl Part for ProfileParentLink
[src]

Auto Trait Implementations