dayParts = $dayParts; } /** * @return DayPart[] */ public function getDayParts() { return $this->dayParts; } /** * @param string */ public function setTimeZoneType($timeZoneType) { $this->timeZoneType = $timeZoneType; } /** * @return string */ public function getTimeZoneType() { return $this->timeZoneType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DayPartTargeting::class, 'Google_Service_AdExchangeBuyerII_DayPartTargeting');