Struct google_analytics3::CustomMetricParentLink [] [src]

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

Parent link for the custom metric. Points to the property to which the custom metric belongs.

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

Fields

Link to the property to which the custom metric belongs.

Type of the parent link. Set to "analytics#webproperty".

Trait Implementations

impl Debug for CustomMetricParentLink
[src]

Formats the value using the given formatter.

impl Clone for CustomMetricParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CustomMetricParentLink
[src]

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

impl NestedType for CustomMetricParentLink
[src]

impl Part for CustomMetricParentLink
[src]