Struct google_analytics3::CustomDimensionParentLink [−][src]
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]
impl Default for CustomDimensionParentLinkfn default() -> CustomDimensionParentLink[src]
fn default() -> CustomDimensionParentLinkReturns the "default value" for a type. Read more
impl Clone for CustomDimensionParentLink[src]
impl Clone for CustomDimensionParentLinkfn clone(&self) -> CustomDimensionParentLink[src]
fn clone(&self) -> CustomDimensionParentLinkReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CustomDimensionParentLink[src]
impl Debug for CustomDimensionParentLinkfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for CustomDimensionParentLink[src]
impl NestedType for CustomDimensionParentLinkimpl Part for CustomDimensionParentLink[src]
impl Part for CustomDimensionParentLinkAuto Trait Implementations
impl Send for CustomDimensionParentLink
impl Send for CustomDimensionParentLinkimpl Sync for CustomDimensionParentLink
impl Sync for CustomDimensionParentLink