Struct google_analytics3::api::ProfileChildLink
source · pub struct ProfileChildLink {
pub href: Option<String>,
pub type_: Option<String>,
}Expand description
Child link for this view (profile). Points to the list of goals for this view (profile).
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 goals for this view (profile).
type_: Option<String>Value is “analytics#goals”.
Trait Implementations§
source§impl Clone for ProfileChildLink
impl Clone for ProfileChildLink
source§fn clone(&self) -> ProfileChildLink
fn clone(&self) -> ProfileChildLink
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 ProfileChildLink
impl Debug for ProfileChildLink
source§impl Default for ProfileChildLink
impl Default for ProfileChildLink
source§fn default() -> ProfileChildLink
fn default() -> ProfileChildLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProfileChildLink
impl<'de> Deserialize<'de> for ProfileChildLink
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