Пример #1
0
 public function __construct($isInterstitial = null, $studioCreativeId = null, $creativeFormat = null, $artworkType = null, $totalFileSize = null, $adTagKeys = null, $customKeyValues = null, $surveyUrl = null, $allImpressionsUrl = null, $richMediaImpressionsUrl = null, $backupImageImpressionsUrl = null, $overrideCss = null, $requiredFlashPluginVersion = null, $duration = null, $billingAttribute = null, $richMediaStudioChildAssetProperties = null)
 {
     parent::__construct();
     $this->isInterstitial = $isInterstitial;
     $this->studioCreativeId = $studioCreativeId;
     $this->creativeFormat = $creativeFormat;
     $this->artworkType = $artworkType;
     $this->totalFileSize = $totalFileSize;
     $this->adTagKeys = $adTagKeys;
     $this->customKeyValues = $customKeyValues;
     $this->surveyUrl = $surveyUrl;
     $this->allImpressionsUrl = $allImpressionsUrl;
     $this->richMediaImpressionsUrl = $richMediaImpressionsUrl;
     $this->backupImageImpressionsUrl = $backupImageImpressionsUrl;
     $this->overrideCss = $overrideCss;
     $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
     $this->duration = $duration;
     $this->billingAttribute = $billingAttribute;
     $this->richMediaStudioChildAssetProperties = $richMediaStudioChildAssetProperties;
 }
 public function __construct($isInterstitial = NULL, $studioCreativeId = NULL, $creativeFormat = NULL, $artworkType = NULL, $totalFileSize = NULL, $adTagKeys = NULL, $customKeyValues = NULL, $surveyUrl = NULL, $allImpressionsUrl = NULL, $richMediaImpressionsUrl = NULL, $backupImageImpressionsUrl = NULL, $overrideCss = NULL, $requiredFlashPluginVersion = NULL, $duration = NULL, $billingAttribute = NULL, $richMediaStudioChildAssetProperties = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL)
 {
     parent::__construct();
     $this->isInterstitial = $isInterstitial;
     $this->studioCreativeId = $studioCreativeId;
     $this->creativeFormat = $creativeFormat;
     $this->artworkType = $artworkType;
     $this->totalFileSize = $totalFileSize;
     $this->adTagKeys = $adTagKeys;
     $this->customKeyValues = $customKeyValues;
     $this->surveyUrl = $surveyUrl;
     $this->allImpressionsUrl = $allImpressionsUrl;
     $this->richMediaImpressionsUrl = $richMediaImpressionsUrl;
     $this->backupImageImpressionsUrl = $backupImageImpressionsUrl;
     $this->overrideCss = $overrideCss;
     $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
     $this->duration = $duration;
     $this->billingAttribute = $billingAttribute;
     $this->richMediaStudioChildAssetProperties = $richMediaStudioChildAssetProperties;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->appliedLabels = $appliedLabels;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->customFieldValues = $customFieldValues;
     $this->CreativeType = $CreativeType;
 }