Struct google_analytics3::WebpropertyParentLink[][src]

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

Parent link for this web property. Points to the account to which this web property belongs.

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

Fields

Link to the account for this web property.

Type of the parent link. Its value is "analytics#account".

Trait Implementations

impl Default for WebpropertyParentLink
[src]

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

impl Clone for WebpropertyParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebpropertyParentLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for WebpropertyParentLink
[src]

impl Part for WebpropertyParentLink
[src]

Auto Trait Implementations