Struct google_analytics3::GoalParentLink[][src]

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

Parent link for a goal. Points to the view (profile) to which this goal belongs.

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

Fields

Link to the view (profile) to which this goal belongs.

Value is "analytics#profile".

Trait Implementations

impl Default for GoalParentLink
[src]

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

impl Clone for GoalParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoalParentLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for GoalParentLink
[src]

impl Part for GoalParentLink
[src]

Auto Trait Implementations