CreativeAsset constructor
CreativeAsset({
- bool? actionScript3,
- bool? active,
- List<
Size> ? additionalSizes, - String? alignment,
- String? artworkType,
- CreativeAssetId? assetIdentifier,
- int? audioBitRate,
- int? audioSampleRate,
- CreativeCustomEvent? backupImageExit,
- int? bitRate,
- String? childAssetType,
- Size? collapsedSize,
- List<
String> ? companionCreativeIds, - int? customStartTimeValue,
- List<
String> ? detectedFeatures, - String? displayType,
- int? duration,
- String? durationType,
- Size? expandedDimension,
- String? fileSize,
- int? flashVersion,
- double? frameRate,
- bool? hideFlashObjects,
- bool? hideSelectionBoxes,
- bool? horizontallyLocked,
- String? id,
- DimensionValue? idDimensionValue,
- double? mediaDuration,
- String? mimeType,
- OffsetPosition? offset,
- String? orientation,
- bool? originalBackup,
- bool? politeLoad,
- OffsetPosition? position,
- String? positionLeftUnit,
- String? positionTopUnit,
- String? progressiveServingUrl,
- bool? pushdown,
- double? pushdownDuration,
- String? role,
- Size? size,
- bool? sslCompliant,
- String? startTimeType,
- String? streamingServingUrl,
- bool? transparency,
- bool? verticallyLocked,
- String? windowMode,
- int? zIndex,
- String? zipFilename,
- 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,
});