EntityAdWordsLink class
JSON template for Analytics Entity Google Ads Link.
Constructors
-
EntityAdWordsLink({List<
AdWordsAccount> ? adWordsAccounts, EntityAdWordsLinkEntity? entity, String? id, String? kind, String? name, List<String> ? profileIds, String? selfLink}) - EntityAdWordsLink.fromJson(Map json_)
Properties
-
adWordsAccounts
↔ List<
AdWordsAccount> ? -
A list of Google Ads client accounts.
getter/setter pair
- entity ↔ EntityAdWordsLinkEntity?
-
Web property being linked.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Entity Google Ads link ID
getter/setter pair
- kind ↔ String?
-
Resource type for entity Google Ads link.
getter/setter pair
- name ↔ String?
-
Name of the link.
getter/setter pair
-
profileIds
↔ List<
String> ? -
IDs of linked Views (Profiles) represented as strings.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
URL link for this Google Analytics - Google Ads link.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited