GoogleAdsSearchads360V23ResourcesConversionValueRuleSet constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleSet({
  1. String? attachmentType,
  2. String? campaign,
  3. List<String>? conversionActionCategories,
  4. List<String>? conversionValueRules,
  5. List<String>? dimensions,
  6. String? id,
  7. String? ownerCustomer,
  8. String? resourceName,
  9. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleSet({
  this.attachmentType,
  this.campaign,
  this.conversionActionCategories,
  this.conversionValueRules,
  this.dimensions,
  this.id,
  this.ownerCustomer,
  this.resourceName,
  this.status,
});