Home
last modified time | relevance | path

Searched refs:revealedIconUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php65 public $revealedIconUrl; variable in Google\\Service\\Games\\AchievementDefinition
218 public function setRevealedIconUrl($revealedIconUrl) argument
220 $this->revealedIconUrl = $revealedIconUrl;
227 return $this->revealedIconUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php638 public $revealedIconUrl; variable in Google_AchievementDefinition
695 public function setRevealedIconUrl( $revealedIconUrl) { argument
696 $this->revealedIconUrl = $revealedIconUrl;
699 return $this->revealedIconUrl;