Struct google_analytics3::api::CustomDataSourceParentLink
source · pub struct CustomDataSourceParentLink {
pub href: Option<String>,
pub type_: Option<String>,
}Expand description
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§
source§impl Clone for CustomDataSourceParentLink
impl Clone for CustomDataSourceParentLink
source§fn clone(&self) -> CustomDataSourceParentLink
fn clone(&self) -> CustomDataSourceParentLink
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CustomDataSourceParentLink
impl Debug for CustomDataSourceParentLink
source§impl Default for CustomDataSourceParentLink
impl Default for CustomDataSourceParentLink
source§fn default() -> CustomDataSourceParentLink
fn default() -> CustomDataSourceParentLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CustomDataSourceParentLink
impl<'de> Deserialize<'de> for CustomDataSourceParentLink
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more