creativeCompanionSizes = $creativeCompanionSizes; } /** * @return AdSize[] */ public function getCreativeCompanionSizes() { return $this->creativeCompanionSizes; } /** * @param AdSize */ public function setCreativeSize(AdSize $creativeSize) { $this->creativeSize = $creativeSize; } /** * @return AdSize */ public function getCreativeSize() { return $this->creativeSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeSpecification::class, 'Google_Service_AdExchangeBuyerII_CreativeSpecification');