Struct google_analytics3::api::LinkedForeignAccount
source · pub struct LinkedForeignAccount {
pub account_id: Option<String>,
pub eligible_for_search: Option<bool>,
pub id: Option<String>,
pub internal_web_property_id: Option<String>,
pub kind: Option<String>,
pub linked_account_id: Option<String>,
pub remarketing_audience_id: Option<String>,
pub status: Option<String>,
pub type_: Option<String>,
pub web_property_id: Option<String>,
}Expand description
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§
§account_id: Option<String>Account ID to which this linked foreign account belongs.
eligible_for_search: Option<bool>Boolean indicating whether this is eligible for search.
id: Option<String>Entity ad account link ID.
internal_web_property_id: Option<String>Internal ID for the web property to which this linked foreign account belongs.
kind: Option<String>Resource type for linked foreign account.
linked_account_id: Option<String>The foreign account ID. For example the an Google Ads linkedAccountId has the following format XXX-XXX-XXXX.
remarketing_audience_id: Option<String>Remarketing audience ID to which this linked foreign account belongs.
status: Option<String>The status of this foreign account link.
type_: Option<String>The type of the foreign account. For example, ADWORDS_LINKS, DBM_LINKS, MCC_LINKS or OPTIMIZE.
web_property_id: Option<String>Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
Trait Implementations§
source§impl Clone for LinkedForeignAccount
impl Clone for LinkedForeignAccount
source§fn clone(&self) -> LinkedForeignAccount
fn clone(&self) -> LinkedForeignAccount
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more