items = $items; } /** * @return LeaderboardConfiguration[] */ public function getItems() { return $this->items; } /** * Uniquely identifies the type of this resource. Value is always the fixed * string `gamesConfiguration#leaderboardConfigurationListResponse`. * * @param string $kind */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * The pagination token for the next page of results. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LeaderboardConfigurationListResponse::class, 'Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse');