상속: extends HasDestinationUrlCreative
예제 #1
0
 public function __construct($videoAssets = null, $duration = null, $allowDurationOverride = null, $trackingUrls = null, $companionCreativeIds = null, $customParameters = null, $vastPreviewUrl = null)
 {
     parent::__construct();
     $this->videoAssets = $videoAssets;
     $this->duration = $duration;
     $this->allowDurationOverride = $allowDurationOverride;
     $this->trackingUrls = $trackingUrls;
     $this->companionCreativeIds = $companionCreativeIds;
     $this->customParameters = $customParameters;
     $this->vastPreviewUrl = $vastPreviewUrl;
 }
 public function __construct($videoAssets = NULL, $duration = NULL, $allowDurationOverride = NULL, $trackingUrls = NULL, $companionCreativeIds = NULL, $customParameters = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL)
 {
     parent::__construct();
     $this->videoAssets = $videoAssets;
     $this->duration = $duration;
     $this->allowDurationOverride = $allowDurationOverride;
     $this->trackingUrls = $trackingUrls;
     $this->companionCreativeIds = $companionCreativeIds;
     $this->customParameters = $customParameters;
     $this->destinationUrl = $destinationUrl;
     $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;
 }