GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner constructor

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner({
  1. String? brandLiftIntegrationPartner,
  2. GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData? brandLiftIntegrationPartnerData,
  3. bool? shareCost,
})

Implementation

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner({
  this.brandLiftIntegrationPartner,
  this.brandLiftIntegrationPartnerData,
  this.shareCost,
});