$YoutubeAndPartnersBiddingStrategy constructor

$YoutubeAndPartnersBiddingStrategy({
  1. String? adGroupEffectiveTargetCpaSource,
  2. String? adGroupEffectiveTargetCpaValue,
  3. String? type,
  4. String? value,
})

Implementation

$YoutubeAndPartnersBiddingStrategy({
  this.adGroupEffectiveTargetCpaSource,
  this.adGroupEffectiveTargetCpaValue,
  this.type,
  this.value,
});