Struct google_analytics3::api::EntityUserLinkEntity
source · pub struct EntityUserLinkEntity {
pub account_ref: Option<AccountRef>,
pub profile_ref: Option<ProfileRef>,
pub web_property_ref: Option<WebPropertyRef>,
}Expand description
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§
source§impl Clone for EntityUserLinkEntity
impl Clone for EntityUserLinkEntity
source§fn clone(&self) -> EntityUserLinkEntity
fn clone(&self) -> EntityUserLinkEntity
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 EntityUserLinkEntity
impl Debug for EntityUserLinkEntity
source§impl Default for EntityUserLinkEntity
impl Default for EntityUserLinkEntity
source§fn default() -> EntityUserLinkEntity
fn default() -> EntityUserLinkEntity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EntityUserLinkEntity
impl<'de> Deserialize<'de> for EntityUserLinkEntity
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