Struct google_analytics3::AccountChildLink
[−]
[src]
pub struct AccountChildLink {
pub href: Option<String>,
pub type_: Option<String>,
}Child link for an account entry. Points to the list of web properties for this account.
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 web properties for this account.
type_: Option<String>
Type of the child link. Its value is "analytics#webproperties".
Trait Implementations
impl Default for AccountChildLink[src]
fn default() -> AccountChildLink
Returns the "default value" for a type. Read more
impl Clone for AccountChildLink[src]
fn clone(&self) -> AccountChildLink
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