Struct google_analytics3::ProfileParentLink
[−]
[src]
pub struct ProfileParentLink {
pub href: Option<String>,
pub type_: Option<String>,
}Parent link for this view (profile). Points to the web property to which this view (profile) 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 view (profile) belongs.
type_: Option<String>
Value is "analytics#webproperty".
Trait Implementations
impl Default for ProfileParentLink[src]
fn default() -> ProfileParentLink
Returns the "default value" for a type. Read more
impl Clone for ProfileParentLink[src]
fn clone(&self) -> ProfileParentLink
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more