kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param bool */ public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } /** * @return bool */ public function getNewlyUnlocked() { return $this->newlyUnlocked; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AchievementUnlockResponse::class, 'Google_Service_Games_AchievementUnlockResponse');