GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner constructor

GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner({
  1. String? reachIntegrationPartner,
  2. GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData? reachIntegrationPartnerData,
  3. bool? shareCost,
})

Implementation

GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner({
  this.reachIntegrationPartner,
  this.reachIntegrationPartnerData,
  this.shareCost,
});