Creative constructor

Creative({
  1. String? accountId,
  2. bool? active,
  3. String? adParameters,
  4. List<String>? adTagKeys,
  5. List<Size>? additionalSizes,
  6. String? advertiserId,
  7. bool? allowScriptAccess,
  8. bool? archived,
  9. String? artworkType,
  10. String? authoringSource,
  11. String? authoringTool,
  12. bool? autoAdvanceImages,
  13. String? backgroundColor,
  14. CreativeClickThroughUrl? backupImageClickThroughUrl,
  15. List<String>? backupImageFeatures,
  16. String? backupImageReportingLabel,
  17. TargetWindow? backupImageTargetWindow,
  18. List<ClickTag>? clickTags,
  19. String? commercialId,
  20. List<String>? companionCreatives,
  21. List<String>? compatibility,
  22. bool? convertFlashToHtml5,
  23. List<CreativeCustomEvent>? counterCustomEvents,
  24. CreativeAssetSelection? creativeAssetSelection,
  25. List<CreativeAsset>? creativeAssets,
  26. List<CreativeFieldAssignment>? creativeFieldAssignments,
  27. List<String>? customKeyValues,
  28. bool? dynamicAssetSelection,
  29. List<CreativeCustomEvent>? exitCustomEvents,
  30. FsCommand? fsCommand,
  31. String? htmlCode,
  32. bool? htmlCodeLocked,
  33. String? id,
  34. DimensionValue? idDimensionValue,
  35. String? kind,
  36. LastModifiedInfo? lastModifiedInfo,
  37. String? latestTraffickedCreativeId,
  38. String? mediaDescription,
  39. double? mediaDuration,
  40. String? name,
  41. ObaIcon? obaIcon,
  42. String? overrideCss,
  43. VideoOffset? progressOffset,
  44. String? redirectUrl,
  45. String? renderingId,
  46. DimensionValue? renderingIdDimensionValue,
  47. String? requiredFlashPluginVersion,
  48. int? requiredFlashVersion,
  49. Size? size,
  50. VideoOffset? skipOffset,
  51. bool? skippable,
  52. bool? sslCompliant,
  53. bool? sslOverride,
  54. String? studioAdvertiserId,
  55. String? studioCreativeId,
  56. String? studioTraffickedCreativeId,
  57. String? subaccountId,
  58. String? thirdPartyBackupImageImpressionsUrl,
  59. String? thirdPartyRichMediaImpressionsUrl,
  60. List<ThirdPartyTrackingUrl>? thirdPartyUrls,
  61. List<CreativeCustomEvent>? timerCustomEvents,
  62. String? totalFileSize,
  63. String? type,
  64. UniversalAdId? universalAdId,
  65. int? version,
})

Implementation

Creative({
  this.accountId,
  this.active,
  this.adParameters,
  this.adTagKeys,
  this.additionalSizes,
  this.advertiserId,
  this.allowScriptAccess,
  this.archived,
  this.artworkType,
  this.authoringSource,
  this.authoringTool,
  this.autoAdvanceImages,
  this.backgroundColor,
  this.backupImageClickThroughUrl,
  this.backupImageFeatures,
  this.backupImageReportingLabel,
  this.backupImageTargetWindow,
  this.clickTags,
  this.commercialId,
  this.companionCreatives,
  this.compatibility,
  this.convertFlashToHtml5,
  this.counterCustomEvents,
  this.creativeAssetSelection,
  this.creativeAssets,
  this.creativeFieldAssignments,
  this.customKeyValues,
  this.dynamicAssetSelection,
  this.exitCustomEvents,
  this.fsCommand,
  this.htmlCode,
  this.htmlCodeLocked,
  this.id,
  this.idDimensionValue,
  this.kind,
  this.lastModifiedInfo,
  this.latestTraffickedCreativeId,
  this.mediaDescription,
  this.mediaDuration,
  this.name,
  this.obaIcon,
  this.overrideCss,
  this.progressOffset,
  this.redirectUrl,
  this.renderingId,
  this.renderingIdDimensionValue,
  this.requiredFlashPluginVersion,
  this.requiredFlashVersion,
  this.size,
  this.skipOffset,
  this.skippable,
  this.sslCompliant,
  this.sslOverride,
  this.studioAdvertiserId,
  this.studioCreativeId,
  this.studioTraffickedCreativeId,
  this.subaccountId,
  this.thirdPartyBackupImageImpressionsUrl,
  this.thirdPartyRichMediaImpressionsUrl,
  this.thirdPartyUrls,
  this.timerCustomEvents,
  this.totalFileSize,
  this.type,
  this.universalAdId,
  this.version,
});