Struct google_analytics3::CustomDimensionParentLink [] [src]

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

Parent link for the custom dimension. Points to the property to which the custom dimension 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 dimension belongs.

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

Trait Implementations

impl Debug for CustomDimensionParentLink
[src]

Formats the value using the given formatter.

impl Clone for CustomDimensionParentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CustomDimensionParentLink
[src]

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

impl NestedType for CustomDimensionParentLink
[src]

impl Part for CustomDimensionParentLink
[src]