kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param PlayerScoreResetResponse[] */ public function setResults($results) { $this->results = $results; } /** * @return PlayerScoreResetResponse[] */ public function getResults() { return $this->results; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlayerScoreResetAllResponse::class, 'Google_Service_GamesManagement_PlayerScoreResetAllResponse');