kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param EventPeriodRange */ public function setTimePeriod(EventPeriodRange $timePeriod) { $this->timePeriod = $timePeriod; } /** * @return EventPeriodRange */ public function getTimePeriod() { return $this->timePeriod; } /** * @param EventUpdateRequest[] */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return EventUpdateRequest[] */ public function getUpdates() { return $this->updates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventPeriodUpdate::class, 'Google_Service_Games_EventPeriodUpdate');