Struct google_analytics3::api::WebpropertyParentLink
source · pub struct WebpropertyParentLink {
pub href: Option<String>,
pub type_: Option<String>,
}Expand description
Parent link for this web property. Points to the account to which this web property belongs.
This type is not used in any activity, and only used as part of another schema.
Fields§
§href: Option<String>Link to the account for this web property.
type_: Option<String>Type of the parent link. Its value is “analytics#account”.
Trait Implementations§
source§impl Clone for WebpropertyParentLink
impl Clone for WebpropertyParentLink
source§fn clone(&self) -> WebpropertyParentLink
fn clone(&self) -> WebpropertyParentLink
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 WebpropertyParentLink
impl Debug for WebpropertyParentLink
source§impl Default for WebpropertyParentLink
impl Default for WebpropertyParentLink
source§fn default() -> WebpropertyParentLink
fn default() -> WebpropertyParentLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WebpropertyParentLink
impl<'de> Deserialize<'de> for WebpropertyParentLink
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