Creative constructor
Creative({
- String? accountId,
- bool? active,
- String? adParameters,
- List<
String> ? adTagKeys, - List<
Size> ? additionalSizes, - String? advertiserId,
- bool? allowScriptAccess,
- bool? archived,
- String? artworkType,
- String? authoringSource,
- String? authoringTool,
- bool? autoAdvanceImages,
- String? backgroundColor,
- CreativeClickThroughUrl? backupImageClickThroughUrl,
- List<
String> ? backupImageFeatures, - String? backupImageReportingLabel,
- TargetWindow? backupImageTargetWindow,
- List<
ClickTag> ? clickTags, - String? commercialId,
- List<
String> ? companionCreatives, - List<
String> ? compatibility, - bool? convertFlashToHtml5,
- List<
CreativeCustomEvent> ? counterCustomEvents, - CreativeAssetSelection? creativeAssetSelection,
- List<
CreativeAsset> ? creativeAssets, - List<
CreativeFieldAssignment> ? creativeFieldAssignments, - List<
String> ? customKeyValues, - bool? dynamicAssetSelection,
- List<
CreativeCustomEvent> ? exitCustomEvents, - FsCommand? fsCommand,
- String? htmlCode,
- bool? htmlCodeLocked,
- String? id,
- DimensionValue? idDimensionValue,
- String? kind,
- LastModifiedInfo? lastModifiedInfo,
- String? latestTraffickedCreativeId,
- String? mediaDescription,
- double? mediaDuration,
- String? name,
- ObaIcon? obaIcon,
- String? overrideCss,
- VideoOffset? progressOffset,
- String? redirectUrl,
- String? renderingId,
- DimensionValue? renderingIdDimensionValue,
- String? requiredFlashPluginVersion,
- int? requiredFlashVersion,
- Size? size,
- VideoOffset? skipOffset,
- bool? skippable,
- bool? sslCompliant,
- bool? sslOverride,
- String? studioAdvertiserId,
- String? studioCreativeId,
- String? studioTraffickedCreativeId,
- String? subaccountId,
- String? thirdPartyBackupImageImpressionsUrl,
- String? thirdPartyRichMediaImpressionsUrl,
- List<
ThirdPartyTrackingUrl> ? thirdPartyUrls, - List<
CreativeCustomEvent> ? timerCustomEvents, - String? totalFileSize,
- String? type,
- UniversalAdId? universalAdId,
- 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,
});