Struct google_analytics3::CustomDataSourceParentLink [−][src]
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
href: Option<String>
Link to the web property to which this custom data source belongs.
type_: Option<String>
Value is "analytics#webproperty".
Trait Implementations
impl Default for CustomDataSourceParentLink[src]
impl Default for CustomDataSourceParentLinkfn default() -> CustomDataSourceParentLink[src]
fn default() -> CustomDataSourceParentLinkReturns the "default value" for a type. Read more
impl Clone for CustomDataSourceParentLink[src]
impl Clone for CustomDataSourceParentLinkfn clone(&self) -> CustomDataSourceParentLink[src]
fn clone(&self) -> CustomDataSourceParentLinkReturns 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 CustomDataSourceParentLink[src]
impl Debug for CustomDataSourceParentLinkfn 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 CustomDataSourceParentLink[src]
impl NestedType for CustomDataSourceParentLinkimpl Part for CustomDataSourceParentLink[src]
impl Part for CustomDataSourceParentLinkAuto Trait Implementations
impl Send for CustomDataSourceParentLink
impl Send for CustomDataSourceParentLinkimpl Sync for CustomDataSourceParentLink
impl Sync for CustomDataSourceParentLink