Conversion constructor

Conversion({
  1. String? adGroupId,
  2. String? adId,
  3. String? adUserDataConsent,
  4. String? advertiserId,
  5. String? agencyId,
  6. String? attributionModel,
  7. String? campaignId,
  8. String? channel,
  9. String? clickId,
  10. String? conversionId,
  11. String? conversionModifiedTimestamp,
  12. String? conversionTimestamp,
  13. String? countMillis,
  14. String? criterionId,
  15. String? currencyCode,
  16. List<CustomDimension>? customDimension,
  17. List<CustomMetric>? customMetric,
  18. String? customerId,
  19. String? deviceType,
  20. String? dsConversionId,
  21. String? engineAccountId,
  22. String? floodlightOrderId,
  23. String? inventoryAccountId,
  24. String? productCountry,
  25. String? productGroupId,
  26. String? productId,
  27. String? productLanguage,
  28. String? quantityMillis,
  29. String? revenueMicros,
  30. String? segmentationId,
  31. String? segmentationName,
  32. String? segmentationType,
  33. String? state,
  34. String? storeId,
  35. String? type,
})

Implementation

Conversion({
  this.adGroupId,
  this.adId,
  this.adUserDataConsent,
  this.advertiserId,
  this.agencyId,
  this.attributionModel,
  this.campaignId,
  this.channel,
  this.clickId,
  this.conversionId,
  this.conversionModifiedTimestamp,
  this.conversionTimestamp,
  this.countMillis,
  this.criterionId,
  this.currencyCode,
  this.customDimension,
  this.customMetric,
  this.customerId,
  this.deviceType,
  this.dsConversionId,
  this.engineAccountId,
  this.floodlightOrderId,
  this.inventoryAccountId,
  this.productCountry,
  this.productGroupId,
  this.productId,
  this.productLanguage,
  this.quantityMillis,
  this.revenueMicros,
  this.segmentationId,
  this.segmentationName,
  this.segmentationType,
  this.state,
  this.storeId,
  this.type,
});