creativeFormat = $creativeFormat; } /** * @return string */ public function getCreativeFormat() { return $this->creativeFormat; } /** * @param CreativeSpecification[] */ public function setCreativeSpecifications($creativeSpecifications) { $this->creativeSpecifications = $creativeSpecifications; } /** * @return CreativeSpecification[] */ public function getCreativeSpecifications() { return $this->creativeSpecifications; } /** * @param string */ public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } /** * @return string */ public function getSkippableAdType() { return $this->skippableAdType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeRestrictions::class, 'Google_Service_AdExchangeBuyerII_CreativeRestrictions');