Searched refs:LeaderboardConfiguration (Results 1 – 3 of 3) sorted by relevance
20 use Google\Service\GamesConfiguration\LeaderboardConfiguration; alias52 * @return LeaderboardConfiguration58 return $this->call('get', [$params], LeaderboardConfiguration::class);66 * @param LeaderboardConfiguration $postBody68 * @return LeaderboardConfiguration70 public function insert($applicationId, LeaderboardConfiguration $postBody, $optParams = [])74 return $this->call('insert', [$params], LeaderboardConfiguration::class);101 * @param LeaderboardConfiguration $postBody103 * @return LeaderboardConfiguration105 public function update($leaderboardId, LeaderboardConfiguration $postBody, $optParams = [])[all …]
23 protected $itemsType = LeaderboardConfiguration::class;35 * @param LeaderboardConfiguration[]42 * @return LeaderboardConfiguration[]
20 class LeaderboardConfiguration extends \Google\Model class166 class_alias(LeaderboardConfiguration::class, 'Google_Service_GamesConfiguration_LeaderboardConfigur…