EntityAdWordsLink class
JSON template for Analytics Entity Google Ads Link.
Constructors
- EntityAdWordsLink()
- EntityAdWordsLink.fromJson(Map _json)
Properties
-
adWordsAccounts
↔ List<
AdWordsAccount> -
A list of Google Ads client accounts. These cannot be MCC accounts. This
field is required when creating a Google Ads link. It cannot be empty.
read / write
- entity ↔ EntityAdWordsLinkEntity
-
Web property being linked.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Entity Google Ads link ID
read / write
- kind ↔ String
-
Resource type for entity Google Ads link.
read / write
- name ↔ String
-
Name of the link. This field is required when creating a Google Ads link.
read / write
-
profileIds
↔ List<
String> -
IDs of linked Views (Profiles) represented as strings.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
URL link for this Google Analytics - Google Ads link.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited