kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param int */ public function setSteps($steps) { $this->steps = $steps; } /** * @return int */ public function getSteps() { return $this->steps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GamesAchievementSetStepsAtLeast::class, 'Google_Service_Games_GamesAchievementSetStepsAtLeast');