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