Module GapiAnalyticsV3Model.LinkedForeignAccount

type t = {
accountId : string;(*

Account ID to which this linked foreign account belongs.

*)
eligibleForSearch : bool;(*

Boolean indicating whether this is eligible for search.

*)
id : string;(*

Entity ad account link ID.

*)
internalWebPropertyId : string;(*

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

*)
kind : string;(*

Resource type for linked foreign account.

*)
linkedAccountId : string;(*

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

*)
remarketingAudienceId : string;(*

Remarketing audience ID to which this linked foreign account belongs.

*)
status : string;(*

The status of this foreign account link.

*)
_type : string;(*

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

*)
webPropertyId : string;(*

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

*)
}
val accountId : ( t, string ) GapiLens.t
val eligibleForSearch : ( t, bool ) GapiLens.t
val id : ( t, string ) GapiLens.t
val internalWebPropertyId : ( t, string ) GapiLens.t
val kind : ( t, string ) GapiLens.t
val linkedAccountId : ( t, string ) GapiLens.t
val remarketingAudienceId : ( t, string ) GapiLens.t
val status : ( t, string ) GapiLens.t
val _type : ( t, string ) GapiLens.t
val webPropertyId : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t