Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php53 public $isUnlockedIconUrlDefault; variable in Google\\Service\\Games\\AchievementDefinition
176 public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault) argument
178 $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
185 return $this->isUnlockedIconUrlDefault;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php635 public $isUnlockedIconUrlDefault; variable in Google_AchievementDefinition
677 public function setIsUnlockedIconUrlDefault( $isUnlockedIconUrlDefault) { argument
678 $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
681 return $this->isUnlockedIconUrlDefault;