kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_AchievementUpdateResponse */ public function setUpdatedAchievements($updatedAchievements) { $this->updatedAchievements = $updatedAchievements; } /** * @return Google_Service_Games_AchievementUpdateResponse */ public function getUpdatedAchievements() { return $this->updatedAchievements; } }