Struct google_analytics3::ProfileChildLink[][src]

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

Child link for this view (profile). Points to the list of goals for this view (profile).

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

Fields

Link to the list of goals for this view (profile).

Value is "analytics#goals".

Trait Implementations

impl Default for ProfileChildLink
[src]

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

impl Clone for ProfileChildLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileChildLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for ProfileChildLink
[src]

impl Part for ProfileChildLink
[src]

Auto Trait Implementations