Creative constructor

Creative({
  1. String? accountId,
  2. String? adChoicesDestinationUrl,
  3. AdTechnologyProviders? adTechnologyProviders,
  4. String? advertiserName,
  5. String? agencyId,
  6. String? apiUpdateTime,
  7. List<String>? attributes,
  8. List<String>? clickThroughUrls,
  9. List<Correction>? corrections,
  10. String? creativeId,
  11. String? dealsStatus,
  12. List<String>? declaredClickThroughUrls,
  13. List<String>? detectedAdvertiserIds,
  14. List<String>? detectedDomains,
  15. List<String>? detectedLanguages,
  16. List<int>? detectedProductCategories,
  17. List<int>? detectedSensitiveCategories,
  18. HtmlContent? html,
  19. List<String>? impressionTrackingUrls,
  20. NativeContent? native,
  21. String? openAuctionStatus,
  22. List<String>? restrictedCategories,
  23. List<ServingRestriction>? servingRestrictions,
  24. List<int>? vendorIds,
  25. int? version,
  26. VideoContent? video,
})

Implementation

Creative({
  this.accountId,
  this.adChoicesDestinationUrl,
  this.adTechnologyProviders,
  this.advertiserName,
  this.agencyId,
  this.apiUpdateTime,
  this.attributes,
  this.clickThroughUrls,
  this.corrections,
  this.creativeId,
  this.dealsStatus,
  this.declaredClickThroughUrls,
  this.detectedAdvertiserIds,
  this.detectedDomains,
  this.detectedLanguages,
  this.detectedProductCategories,
  this.detectedSensitiveCategories,
  this.html,
  this.impressionTrackingUrls,
  this.native,
  this.openAuctionStatus,
  this.restrictedCategories,
  this.servingRestrictions,
  this.vendorIds,
  this.version,
  this.video,
});