Struct google_analytics3::WebpropertyChildLink [] [src]

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

Child link for this web property. Points to the list of views (profiles) for this web property.

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

Fields

Link to the list of views (profiles) for this web property.

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

Trait Implementations

impl Debug for WebpropertyChildLink
[src]

Formats the value using the given formatter.

impl Clone for WebpropertyChildLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WebpropertyChildLink
[src]

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

impl NestedType for WebpropertyChildLink
[src]

impl Part for WebpropertyChildLink
[src]