GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings constructor

GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings({
  1. bool? targetContentNetwork,
  2. bool? targetGoogleSearch,
  3. bool? targetGoogleTvNetwork,
  4. bool? targetPartnerSearchNetwork,
  5. bool? targetSearchNetwork,
  6. bool? targetYoutube,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings({
  this.targetContentNetwork,
  this.targetGoogleSearch,
  this.targetGoogleTvNetwork,
  this.targetPartnerSearchNetwork,
  this.targetSearchNetwork,
  this.targetYoutube,
});