GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData class
Contains third party measurement partner related data for video campaigns.
Constructors
- GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData({String? clientId, String? thirdPartyPlacementId})
- GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The client ID that allows the measurement partner to join multiple
campaigns for a particular advertiser.
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
- thirdPartyPlacementId ↔ String?
-
The third party placement ID that maps the measurement partner data with a
campaign (or a group of related campaigns) specific data.
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