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