GoogleAdsSearchads360V23ResourcesConversion constructor

GoogleAdsSearchads360V23ResourcesConversion({
  1. String? adId,
  2. String? advertiserConversionId,
  3. String? assetFieldType,
  4. String? assetId,
  5. String? attributionType,
  6. String? clickId,
  7. String? conversionDateTime,
  8. String? conversionLastModifiedDateTime,
  9. String? conversionQuantity,
  10. String? conversionRevenueMicros,
  11. String? conversionVisitDateTime,
  12. String? criterionId,
  13. String? floodlightOrderId,
  14. String? floodlightOriginalRevenue,
  15. String? id,
  16. String? merchantId,
  17. String? productChannel,
  18. String? productCountryCode,
  19. String? productId,
  20. String? productLanguageCode,
  21. String? productStoreId,
  22. String? resourceName,
  23. String? status,
  24. String? visitId,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversion({
  this.adId,
  this.advertiserConversionId,
  this.assetFieldType,
  this.assetId,
  this.attributionType,
  this.clickId,
  this.conversionDateTime,
  this.conversionLastModifiedDateTime,
  this.conversionQuantity,
  this.conversionRevenueMicros,
  this.conversionVisitDateTime,
  this.criterionId,
  this.floodlightOrderId,
  this.floodlightOriginalRevenue,
  this.id,
  this.merchantId,
  this.productChannel,
  this.productCountryCode,
  this.productId,
  this.productLanguageCode,
  this.productStoreId,
  this.resourceName,
  this.status,
  this.visitId,
});