allowedFormats = $allowedFormats; } public function getAllowedFormats() { return $this->allowedFormats; } /** * @param Google_Service_AdExchangeBuyerII_Size */ public function setCompanionSizes($companionSizes) { $this->companionSizes = $companionSizes; } /** * @return Google_Service_AdExchangeBuyerII_Size */ public function getCompanionSizes() { return $this->companionSizes; } public function setCreativeSizeType($creativeSizeType) { $this->creativeSizeType = $creativeSizeType; } public function getCreativeSizeType() { return $this->creativeSizeType; } public function setNativeTemplate($nativeTemplate) { $this->nativeTemplate = $nativeTemplate; } public function getNativeTemplate() { return $this->nativeTemplate; } /** * @param Google_Service_AdExchangeBuyerII_Size */ public function setSize(Google_Service_AdExchangeBuyerII_Size $size) { $this->size = $size; } /** * @return Google_Service_AdExchangeBuyerII_Size */ public function getSize() { return $this->size; } public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } public function getSkippableAdType() { return $this->skippableAdType; } }