Struct google_analytics3::EntityUserLinkEntity
[−]
[src]
pub struct EntityUserLinkEntity {
pub account_ref: Option<AccountRef>,
pub profile_ref: Option<ProfileRef>,
pub web_property_ref: Option<WebPropertyRef>,
}Entity for this link. It can be an account, a web property, or a view (profile).
This type is not used in any activity, and only used as part of another schema.
Fields
account_ref: Option<AccountRef>
Account for this link.
profile_ref: Option<ProfileRef>
View (Profile) for this link.
web_property_ref: Option<WebPropertyRef>
Web property for this link.
Trait Implementations
impl Debug for EntityUserLinkEntity[src]
impl Clone for EntityUserLinkEntity[src]
fn clone(&self) -> EntityUserLinkEntity
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
impl Default for EntityUserLinkEntity[src]
fn default() -> EntityUserLinkEntity
Returns the "default value" for a type. Read more