GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier class
The identifiers of a Third Party App Analytics Link.
Constructors
- GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier({String? appAnalyticsProviderId, String? appId, String? appVendor})
- GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier.fromJson(Map json_)
Properties
- appAnalyticsProviderId ↔ String?
-
The ID of the app analytics provider.
getter/setter pair
- appId ↔ String?
-
A string that uniquely identifies a mobile application from which the data
was collected to the Google Ads API.
getter/setter pair
- appVendor ↔ String?
-
The vendor of the app.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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