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
href: Option<String>
Link to the property to which the custom dimension belongs.
type_: Option<String>
Type of the parent link. Set to "analytics#webproperty".
Trait Implementations
impl Default for CustomDimensionParentLink[src]
fn default() -> CustomDimensionParentLink[src]
Returns the "default value" for a type. Read more
impl Clone for CustomDimensionParentLink[src]
fn clone(&self) -> CustomDimensionParentLink[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more