CreativeAsset constructor

CreativeAsset({
  1. bool? actionScript3,
  2. bool? active,
  3. List<Size>? additionalSizes,
  4. String? alignment,
  5. String? artworkType,
  6. CreativeAssetId? assetIdentifier,
  7. int? audioBitRate,
  8. int? audioSampleRate,
  9. CreativeCustomEvent? backupImageExit,
  10. int? bitRate,
  11. String? childAssetType,
  12. Size? collapsedSize,
  13. List<String>? companionCreativeIds,
  14. int? customStartTimeValue,
  15. List<String>? detectedFeatures,
  16. String? displayType,
  17. int? duration,
  18. String? durationType,
  19. Size? expandedDimension,
  20. String? fileSize,
  21. int? flashVersion,
  22. double? frameRate,
  23. bool? hideFlashObjects,
  24. bool? hideSelectionBoxes,
  25. bool? horizontallyLocked,
  26. String? id,
  27. DimensionValue? idDimensionValue,
  28. double? mediaDuration,
  29. String? mimeType,
  30. OffsetPosition? offset,
  31. String? orientation,
  32. bool? originalBackup,
  33. bool? politeLoad,
  34. OffsetPosition? position,
  35. String? positionLeftUnit,
  36. String? positionTopUnit,
  37. String? progressiveServingUrl,
  38. bool? pushdown,
  39. double? pushdownDuration,
  40. String? role,
  41. Size? size,
  42. bool? sslCompliant,
  43. String? startTimeType,
  44. String? streamingServingUrl,
  45. bool? transparency,
  46. bool? verticallyLocked,
  47. String? windowMode,
  48. int? zIndex,
  49. String? zipFilename,
  50. String? zipFilesize,
})

Implementation

CreativeAsset({
  this.actionScript3,
  this.active,
  this.additionalSizes,
  this.alignment,
  this.artworkType,
  this.assetIdentifier,
  this.audioBitRate,
  this.audioSampleRate,
  this.backupImageExit,
  this.bitRate,
  this.childAssetType,
  this.collapsedSize,
  this.companionCreativeIds,
  this.customStartTimeValue,
  this.detectedFeatures,
  this.displayType,
  this.duration,
  this.durationType,
  this.expandedDimension,
  this.fileSize,
  this.flashVersion,
  this.frameRate,
  this.hideFlashObjects,
  this.hideSelectionBoxes,
  this.horizontallyLocked,
  this.id,
  this.idDimensionValue,
  this.mediaDuration,
  this.mimeType,
  this.offset,
  this.orientation,
  this.originalBackup,
  this.politeLoad,
  this.position,
  this.positionLeftUnit,
  this.positionTopUnit,
  this.progressiveServingUrl,
  this.pushdown,
  this.pushdownDuration,
  this.role,
  this.size,
  this.sslCompliant,
  this.startTimeType,
  this.streamingServingUrl,
  this.transparency,
  this.verticallyLocked,
  this.windowMode,
  this.zIndex,
  this.zipFilename,
  this.zipFilesize,
});