Struct google_analytics3::ExperimentParentLink [] [src]

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

Parent link for an experiment. Points to the view (profile) to which this experiment 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 experiment belongs. This field is read-only.

Value is "analytics#profile". This field is read-only.

Trait Implementations

impl Debug for ExperimentParentLink
[src]

Formats the value using the given formatter.

impl Clone for ExperimentParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExperimentParentLink
[src]

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

impl NestedType for ExperimentParentLink
[src]

impl Part for ExperimentParentLink
[src]