kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_AchievementUpdateRequest */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return Google_Service_Games_AchievementUpdateRequest */ public function getUpdates() { return $this->updates; } }