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 for this link.

View (Profile) for this link.

Web property for this link.

Trait Implementations

impl Default for EntityUserLinkEntity
[src]

Returns the "default value" for a type. Read more

impl Clone for EntityUserLinkEntity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntityUserLinkEntity
[src]

Formats the value using the given formatter. Read more

impl NestedType for EntityUserLinkEntity
[src]

impl Part for EntityUserLinkEntity
[src]

Auto Trait Implementations