GoogleAdsSearchads360V23ResourcesCustomConversionGoal constructor

GoogleAdsSearchads360V23ResourcesCustomConversionGoal({
  1. List<String>? conversionActions,
  2. String? id,
  3. String? name,
  4. String? resourceName,
  5. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomConversionGoal({
  this.conversionActions,
  this.id,
  this.name,
  this.resourceName,
  this.status,
});