Creative constructor

Creative({
  1. String? accountId,
  2. String? adChoicesDestinationUrl,
  3. String? advertiserName,
  4. String? agencyId,
  5. String? apiUpdateTime,
  6. String? creativeFormat,
  7. String? creativeId,
  8. CreativeServingDecision? creativeServingDecision,
  9. List<String>? dealIds,
  10. List<String>? declaredAttributes,
  11. List<String>? declaredClickThroughUrls,
  12. List<String>? declaredRestrictedCategories,
  13. List<int>? declaredVendorIds,
  14. HtmlContent? html,
  15. List<String>? impressionTrackingUrls,
  16. String? name,
  17. NativeContent? native,
  18. String? renderUrl,
  19. List<String>? restrictedCategories,
  20. int? version,
  21. VideoContent? video,
})

Implementation

Creative({
  this.accountId,
  this.adChoicesDestinationUrl,
  this.advertiserName,
  this.agencyId,
  this.apiUpdateTime,
  this.creativeFormat,
  this.creativeId,
  this.creativeServingDecision,
  this.dealIds,
  this.declaredAttributes,
  this.declaredClickThroughUrls,
  this.declaredRestrictedCategories,
  this.declaredVendorIds,
  this.html,
  this.impressionTrackingUrls,
  this.name,
  this.native,
  this.renderUrl,
  this.restrictedCategories,
  this.version,
  this.video,
});