Struct google_analytics3::AccountChildLink[][src]

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

Child link for an account entry. Points to the list of web properties for this account.

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

Fields

Link to the list of web properties for this account.

Type of the child link. Its value is "analytics#webproperties".

Trait Implementations

impl Default for AccountChildLink
[src]

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

impl Clone for AccountChildLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountChildLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for AccountChildLink
[src]

impl Part for AccountChildLink
[src]

Auto Trait Implementations