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