Google_ScoreSubmission
The Google Pagespeed Insights Google ScoreSubmission class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_GamesService.php
- class Google_ScoreSubmission extends Google_Model {
- public $kind;
- public $leaderboardId;
- public $score;
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setLeaderboardId($leaderboardId) {
- $this->leaderboardId = $leaderboardId;
- }
- public function getLeaderboardId() {
- return $this->leaderboardId;
- }
- public function setScore($score) {
- $this->score = $score;
- }
- public function getScore() {
- return $this->score;
- }
- }