Struct google_analytics3::LinkedForeignAccount[][src]

pub struct LinkedForeignAccount {
    pub linked_account_id: Option<String>,
    pub status: Option<String>,
    pub kind: Option<String>,
    pub remarketing_audience_id: Option<String>,
    pub id: Option<String>,
    pub internal_web_property_id: Option<String>,
    pub web_property_id: Option<String>,
    pub type_: Option<String>,
    pub eligible_for_search: Option<bool>,
    pub account_id: Option<String>,
}

JSON template for an Analytics Remarketing Audience Foreign Link.

This type is not used in any activity, and only used as part of another schema.

Fields

The foreign account ID. For example the an AdWords linkedAccountId has the following format XXX-XXX-XXXX.

The status of this foreign account link.

Resource type for linked foreign account.

Remarketing audience ID to which this linked foreign account belongs.

Entity ad account link ID.

Internal ID for the web property to which this linked foreign account belongs.

Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.

The type of the foreign account. For example, ADWORDS_LINKS, DBM_LINKS, MCC_LINKS or OPTIMIZE.

Boolean indicating whether this is eligible for search.

Account ID to which this linked foreign account belongs.

Trait Implementations

impl Default for LinkedForeignAccount
[src]

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

impl Clone for LinkedForeignAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinkedForeignAccount
[src]

Formats the value using the given formatter. Read more

impl Part for LinkedForeignAccount
[src]

Auto Trait Implementations