toJson method

Map<String, dynamic> toJson()

Implementation

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