Struct google_analytics3::CustomDataSourceParentLink[][src]

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

Parent link for this custom data source. Points to the web property to which this custom data source belongs.

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

Fields

Link to the web property to which this custom data source belongs.

Value is "analytics#webproperty".

Trait Implementations

impl Default for CustomDataSourceParentLink
[src]

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

impl Clone for CustomDataSourceParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomDataSourceParentLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for CustomDataSourceParentLink
[src]

impl Part for CustomDataSourceParentLink
[src]

Auto Trait Implementations