GoogleAdsSearchads360V23ResourcesCustomerConversionGoal constructor

GoogleAdsSearchads360V23ResourcesCustomerConversionGoal({
  1. bool? biddable,
  2. String? category,
  3. String? origin,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerConversionGoal({
  this.biddable,
  this.category,
  this.origin,
  this.resourceName,
});