kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_EventPeriodRange */ public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod) { $this->timePeriod = $timePeriod; } /** * @return Google_Service_Games_EventPeriodRange */ public function getTimePeriod() { return $this->timePeriod; } /** * @param Google_Service_Games_EventUpdateRequest */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return Google_Service_Games_EventUpdateRequest */ public function getUpdates() { return $this->updates; } }